Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index f09adfc6c03596765947747dc338364700a0d90f..c6ba13331a5b898d8c394dabd71c887cbae64223 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -161,7 +161,7 @@ class ProfileSyncService : public ProfileSyncServiceBase, |
public SigninGlobalError::AuthStatusProvider, |
public syncer::UnrecoverableErrorHandler, |
public content::NotificationObserver, |
- public ProfileKeyedService, |
+ public BrowserContextKeyedService, |
public invalidation::InvalidationFrontend { |
public: |
typedef browser_sync::SyncBackendHost::Status Status; |
@@ -617,7 +617,7 @@ class ProfileSyncService : public ProfileSyncServiceBase, |
virtual syncer::InvalidatorState GetInvalidatorState() const OVERRIDE; |
- // ProfileKeyedService implementation. This must be called exactly |
+ // BrowserContextKeyedService implementation. This must be called exactly |
// once (before this object is destroyed). |
virtual void Shutdown() OVERRIDE; |