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. |