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

Unified Diff: ios/chrome/browser/sync/fake_sync_service_factory.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
« no previous file with comments | « ios/chrome/browser/prefs/browser_prefs.mm ('k') | ios/chrome/browser/sync/fake_sync_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sync/fake_sync_service_factory.h
diff --git a/ios/chrome/browser/sync/fake_sync_service_factory.h b/ios/chrome/browser/sync/fake_sync_service_factory.h
index 037965786058e4ebc134ae343ac511574813c327..cc5de42ec81af43f9880561b2a19c79eb49f4d5a 100644
--- a/ios/chrome/browser/sync/fake_sync_service_factory.h
+++ b/ios/chrome/browser/sync/fake_sync_service_factory.h
@@ -15,9 +15,9 @@ template <typename T>
struct DefaultSingletonTraits;
} // namespace base
-namespace syncer {
+namespace sync_driver {
class FakeSyncService;
-} // namespace syncer
+}
namespace ios {
@@ -29,11 +29,11 @@ class FakeSyncServiceFactory : public BrowserStateKeyedServiceFactory {
static FakeSyncServiceFactory* GetInstance();
// Returns the FakeSyncService associated to |browser_state|.
- static syncer::FakeSyncService* GetForBrowserState(
+ static sync_driver::FakeSyncService* GetForBrowserState(
ios::ChromeBrowserState* browser_state);
// Returns the FakeSyncService associated to |browser_state|, if it exists.
- static syncer::FakeSyncService* GetForBrowserStateIfExists(
+ static sync_driver::FakeSyncService* GetForBrowserStateIfExists(
ios::ChromeBrowserState* browser_state);
private:
« no previous file with comments | « ios/chrome/browser/prefs/browser_prefs.mm ('k') | ios/chrome/browser/sync/fake_sync_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698