Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: components/browser_sync/abstract_profile_sync_service_test.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/browser_sync/abstract_profile_sync_service_test.h
diff --git a/components/browser_sync/abstract_profile_sync_service_test.h b/components/browser_sync/abstract_profile_sync_service_test.h
index 4fc8cd3c746ab7d3459367ce1bfb284f2b227da9..dbbcf589f43da0586ed83418e6600429d6ce12cb 100644
--- a/components/browser_sync/abstract_profile_sync_service_test.h
+++ b/components/browser_sync/abstract_profile_sync_service_test.h
@@ -56,7 +56,7 @@ class AbstractProfileSyncServiceTest : public testing::Test {
// |callback| down to SyncManagerForProfileSyncTest to be used by
// NotifyInitializationSuccess. |sync_client| is passed to the service. The
// created service is stored in |sync_service_|.
- void CreateSyncService(std::unique_ptr<syncer::SyncClient> sync_client,
+ void CreateSyncService(std::unique_ptr<sync_driver::SyncClient> sync_client,
const base::Closure& initialization_success_callback);
base::Thread* data_type_thread() { return &data_type_thread_; }
@@ -66,7 +66,7 @@ class AbstractProfileSyncServiceTest : public testing::Test {
// Returns the callback for the FakeSyncClient builder. It is not possible to
// just Bind() sync_service(), because of Callback not understanding the
// inheritance of its template arguments.
- base::Callback<syncer::SyncService*(void)> GetSyncServiceCallback();
+ base::Callback<sync_driver::SyncService*(void)> GetSyncServiceCallback();
ProfileSyncServiceBundle* profile_sync_service_bundle() {
return &profile_sync_service_bundle_;

Powered by Google App Engine
This is Rietveld 408576698