Index: chrome/browser/history/history_service.h |
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h |
index 2e25677e82130c77056ac6721731714ec9cec0c3..1f698a440936decb6f0e83a0b1b9f7de67c1f9d8 100644 |
--- a/chrome/browser/history/history_service.h |
+++ b/chrome/browser/history/history_service.h |
@@ -84,7 +84,7 @@ struct HistoryDetails; |
class HistoryService : public CancelableRequestProvider, |
public content::NotificationObserver, |
public syncer::SyncableService, |
- public ProfileKeyedService, |
+ public BrowserContextKeyedService, |
public visitedlink::VisitedLinkDelegate { |
public: |
// Miscellaneous commonly-used types. |
@@ -168,7 +168,7 @@ class HistoryService : public CancelableRequestProvider, |
return in_memory_url_index_.get(); |
} |
- // ProfileKeyedService: |
+ // BrowserContextKeyedService: |
virtual void Shutdown() OVERRIDE; |
// Navigation ---------------------------------------------------------------- |