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

Unified Diff: ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.h

Issue 2916873003: [Sync] Create iOS factory for UserEventService. (Closed)
Patch Set: Remove an accidental ios_chrome_profile_sync_service_factory.h Created 3 years, 7 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/sync/BUILD.gn ('k') | ios/chrome/browser/sync/ios_user_event_service_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.h
diff --git a/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.h b/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.h
index 0647a7f03623e56495fc7f8cc4ad953d8733c8a9..71dbf5fb9009708d2d92f678f2247715de6a346c 100644
--- a/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.h
+++ b/ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.h
@@ -43,7 +43,7 @@ class IOSChromeProfileSyncServiceFactory
IOSChromeProfileSyncServiceFactory();
~IOSChromeProfileSyncServiceFactory() override;
- // BrowserContextKeyedServiceFactory:
+ // BrowserStateKeyedServiceFactory implementation.
std::unique_ptr<KeyedService> BuildServiceInstanceFor(
web::BrowserState* context) const override;
};
« no previous file with comments | « ios/chrome/browser/sync/BUILD.gn ('k') | ios/chrome/browser/sync/ios_user_event_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698