| 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;
|
| };
|
|
|