| Index: chrome/browser/ui/ash/app_sync_ui_state_factory.h
|
| diff --git a/chrome/browser/ui/ash/app_sync_ui_state_factory.h b/chrome/browser/ui/ash/app_sync_ui_state_factory.h
|
| index bcadd936f7f5e6e263cbe11cafae8631b3984968..2278f102c0546d07b4d1f6392ca1b9392fb6c96e 100644
|
| --- a/chrome/browser/ui/ash/app_sync_ui_state_factory.h
|
| +++ b/chrome/browser/ui/ash/app_sync_ui_state_factory.h
|
| @@ -14,7 +14,7 @@ class AppSyncUIState;
|
| class Profile;
|
|
|
| // Singleton that owns all AppSyncUIStates and associates them with profiles.
|
| -class AppSyncUIStateFactory : public ProfileKeyedServiceFactory {
|
| +class AppSyncUIStateFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static AppSyncUIState* GetForProfile(Profile* profile);
|
|
|
| @@ -26,8 +26,8 @@ class AppSyncUIStateFactory : public ProfileKeyedServiceFactory {
|
| AppSyncUIStateFactory();
|
| virtual ~AppSyncUIStateFactory();
|
|
|
| - // ProfileKeyedServiceFactory overrides:
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + // BrowserContextKeyedServiceFactory overrides:
|
| + virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppSyncUIStateFactory);
|
|
|