Index: chrome/browser/ui/tabs/pinned_tab_service.h |
diff --git a/chrome/browser/ui/tabs/pinned_tab_service.h b/chrome/browser/ui/tabs/pinned_tab_service.h |
index b093d7f7baa275b8c5bc2e3ae0c01459c99228b1..7524ebc9ea3e5bf1ab37ca59b712da5d2148d069 100644 |
--- a/chrome/browser/ui/tabs/pinned_tab_service.h |
+++ b/chrome/browser/ui/tabs/pinned_tab_service.h |
@@ -16,7 +16,7 @@ class Profile; |
// pinned tabs to restore at startup. PinnedTabService listens for the |
// appropriate set of notifications to know it should update preferences. |
class PinnedTabService : public content::NotificationObserver, |
- public ProfileKeyedService { |
+ public BrowserContextKeyedService { |
public: |
explicit PinnedTabService(Profile* profile); |