// Copyright 2018 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_SYNC_SESSIONS_MOCK_SYNC_SESSIONS_CLIENT_H_ #define COMPONENTS_SYNC_SESSIONS_MOCK_SYNC_SESSIONS_CLIENT_H_ #include <string> #include "base/memory/weak_ptr.h" #include "components/sync_sessions/sync_sessions_client.h" #include "testing/gmock/include/gmock/gmock.h" #include "url/gurl.h" namespace sync_sessions { class MockSyncSessionsClient : public SyncSessionsClient { … }; } // namespace sync_sessions #endif // COMPONENTS_SYNC_SESSIONS_MOCK_SYNC_SESSIONS_CLIENT_H_