chromium/components/sharing_message/mock_sharing_service.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/sharing_message/mock_sharing_service.h"

#include "components/sharing_message/sharing_device_source.h"
#include "components/sharing_message/sharing_fcm_handler.h"
#include "components/sharing_message/sharing_fcm_sender.h"
#include "components/sharing_message/sharing_handler_registry.h"
#include "components/sharing_message/sharing_sync_preference.h"
#include "components/sharing_message/vapid_key_manager.h"
#include "components/sync/protocol/device_info_specifics.pb.h"
#include "testing/gmock/include/gmock/gmock.h"

class FakeSharingDeviceRegistration : public SharingDeviceRegistration {};

MockSharingService::MockSharingService()
    :{}

MockSharingService::~MockSharingService() = default;