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

Unified Diff: chrome/browser/sync/profile_sync_service_factory.cc

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: chrome/browser/sync/profile_sync_service_factory.cc
diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc
index 8cc748b70b94c258798fdc4437adda7ecb23a88b..f0bc5f64785e5a67f0f4f77eef9e81e2d52f7529 100644
--- a/chrome/browser/sync/profile_sync_service_factory.cc
+++ b/chrome/browser/sync/profile_sync_service_factory.cc
@@ -91,7 +91,8 @@ ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
}
// static
-syncer::SyncService* ProfileSyncServiceFactory::GetSyncServiceForBrowserContext(
+sync_driver::SyncService*
+ProfileSyncServiceFactory::GetSyncServiceForBrowserContext(
content::BrowserContext* context) {
return GetForProfile(Profile::FromBrowserContext(context));
}
« no previous file with comments | « chrome/browser/sync/profile_sync_service_factory.h ('k') | chrome/browser/sync/profile_sync_service_factory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698