| Index: chrome/browser/ui/ash/app_sync_ui_state.h
|
| diff --git a/chrome/browser/ui/ash/app_sync_ui_state.h b/chrome/browser/ui/ash/app_sync_ui_state.h
|
| index e138c9163eb83831eb36ceda8d64d5bac5d31ac9..adad96abf4178764568132716e80f8b718d1809c 100644
|
| --- a/chrome/browser/ui/ash/app_sync_ui_state.h
|
| +++ b/chrome/browser/ui/ash/app_sync_ui_state.h
|
| @@ -22,7 +22,7 @@ class ProfileSyncService;
|
| // accordingly. Its status is for UI display only. It only watches for new
|
| // normal user profile (i.e. it does not watch for guest profile or exsiting
|
| // user profile) and lasts for at the most 1 minute.
|
| -class AppSyncUIState : public ProfileKeyedService,
|
| +class AppSyncUIState : public BrowserContextKeyedService,
|
| public content::NotificationObserver,
|
| public ProfileSyncServiceObserver {
|
| public:
|
|
|