// 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. #ifndef COMPONENTS_SHARING_MESSAGE_MOCK_SHARING_SERVICE_H_ #define COMPONENTS_SHARING_MESSAGE_MOCK_SHARING_SERVICE_H_ #include <optional> #include "components/sharing_message/proto/sharing_message.pb.h" #include "components/sharing_message/sharing_message_handler.h" #include "components/sharing_message/sharing_message_sender.h" #include "components/sharing_message/sharing_service.h" #include "testing/gmock/include/gmock/gmock.h" class MockSharingService : public SharingService { … }; #endif // COMPONENTS_SHARING_MESSAGE_MOCK_SHARING_SERVICE_H_