summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/app_sync_ui_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/ash/app_sync_ui_state.h')
-rw-r--r--chrome/browser/ui/ash/app_sync_ui_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/ash/app_sync_ui_state.h b/chrome/browser/ui/ash/app_sync_ui_state.h
index 55dc6c2..958db67 100644
--- a/chrome/browser/ui/ash/app_sync_ui_state.h
+++ b/chrome/browser/ui/ash/app_sync_ui_state.h
@@ -10,7 +10,7 @@
#include "base/observer_list.h"
#include "base/timer/timer.h"
#include "chrome/browser/sync/profile_sync_service_observer.h"
-#include "components/browser_context_keyed_service/browser_context_keyed_service.h"
+#include "components/keyed_service/core/keyed_service.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.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 BrowserContextKeyedService,
+class AppSyncUIState : public KeyedService,
public content::NotificationObserver,
public ProfileSyncServiceObserver {
public: