diff options
Diffstat (limited to 'apps/app_restore_service.h')
-rw-r--r-- | apps/app_restore_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_restore_service.h b/apps/app_restore_service.h index 32c5738..97dcd88 100644 --- a/apps/app_restore_service.h +++ b/apps/app_restore_service.h @@ -29,7 +29,7 @@ using extensions::app_file_handler_util::SavedFileEntry; namespace apps { // Tracks what apps need to be restarted when the browser restarts. -class AppRestoreService : public ProfileKeyedService, +class AppRestoreService : public BrowserContextKeyedService, public content::NotificationObserver, public extensions::ShellWindowRegistry::Observer { public: @@ -54,7 +54,7 @@ class AppRestoreService : public ProfileKeyedService, virtual void OnShellWindowIconChanged(ShellWindow* shell_window) OVERRIDE; virtual void OnShellWindowRemoved(ShellWindow* shell_window) OVERRIDE; - // ProfileKeyedService. + // BrowserContextKeyedService. virtual void Shutdown() OVERRIDE; void RecordAppStart(const std::string& extension_id); |