Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9596)

Unified Diff: chrome/browser/search/instant_service.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/search/instant_service.h
diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
index a3d5fb48715e87e6de71aa0c3fc5f25075ff679a..78a87dbedf8cca38d1e7f9d02145130c37fb7b3d 100644
--- a/chrome/browser/search/instant_service.h
+++ b/chrome/browser/search/instant_service.h
@@ -26,7 +26,7 @@ class URLRequest;
}
// Tracks render process host IDs that are associated with Instant.
-class InstantService : public ProfileKeyedService,
+class InstantService : public BrowserContextKeyedService,
public content::NotificationObserver {
public:
explicit InstantService(Profile* profile);
@@ -74,7 +74,7 @@ class InstantService : public ProfileKeyedService,
InstantMostVisitedItem* item) const;
private:
- // Overridden from ProfileKeyedService:
+ // Overridden from BrowserContextKeyedService:
virtual void Shutdown() OVERRIDE;
// Overridden from content::NotificationObserver:

Powered by Google App Engine
This is Rietveld 408576698