| Index: components/sync/core_impl/test/sync_manager_for_profile_sync_test.h
|
| diff --git a/components/sync/core_impl/test/sync_manager_for_profile_sync_test.h b/components/sync/core_impl/test/sync_manager_for_profile_sync_test.h
|
| index 804299abe6f288f715ba04b84bdbec8ca1a4681b..00d590d065689b81908248a2a921dc87251846ce 100644
|
| --- a/components/sync/core_impl/test/sync_manager_for_profile_sync_test.h
|
| +++ b/components/sync/core_impl/test/sync_manager_for_profile_sync_test.h
|
| @@ -15,7 +15,7 @@ namespace syncer {
|
|
|
| // This class is used to help implement the TestProfileSyncService.
|
| // Those tests try to test sync without instantiating a real backend.
|
| -class SyncManagerForProfileSyncTest : public syncer::SyncManagerImpl {
|
| +class SyncManagerForProfileSyncTest : public SyncManagerImpl {
|
| public:
|
| SyncManagerForProfileSyncTest(std::string name, base::Closure init_callback);
|
| ~SyncManagerForProfileSyncTest() override;
|
|
|