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

Unified Diff: chrome/browser/search_engines/template_url_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_engines/template_url_service.h
diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h
index 2b8f5a249e4b2a21e896634bed9b491c52f5da89..adabac778c8c5e51b3ecc9ae8e756b82eb39250a 100644
--- a/chrome/browser/search_engines/template_url_service.h
+++ b/chrome/browser/search_engines/template_url_service.h
@@ -61,7 +61,7 @@ struct URLVisitedDetails;
// TemplateURLService handles deletion.
class TemplateURLService : public WebDataServiceConsumer,
- public ProfileKeyedService,
+ public BrowserContextKeyedService,
public content::NotificationObserver,
public syncer::SyncableService {
public:
@@ -261,7 +261,7 @@ class TemplateURLService : public WebDataServiceConsumer,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
- // ProfileKeyedService implementation.
+ // BrowserContextKeyedService implementation.
virtual void Shutdown() OVERRIDE;
// syncer::SyncableService implementation.

Powered by Google App Engine
This is Rietveld 408576698