Index: chrome/browser/search_engines/template_url_service_factory.h |
diff --git a/chrome/browser/search_engines/template_url_service_factory.h b/chrome/browser/search_engines/template_url_service_factory.h |
index b70c5d0659401b04df557b9486a09f770a61f377..f122281c26abe6712785117ca85538a974e8811f 100644 |
--- a/chrome/browser/search_engines/template_url_service_factory.h |
+++ b/chrome/browser/search_engines/template_url_service_factory.h |
@@ -28,12 +28,13 @@ class TemplateURLServiceFactory : public ProfileKeyedServiceFactory { |
virtual ~TemplateURLServiceFactory(); |
// ProfileKeyedServiceFactory: |
- virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const; |
- virtual void RegisterUserPrefs(PrefService* user_prefs); |
- virtual bool ServiceRedirectedInIncognito(); |
- virtual bool ServiceIsNULLWhileTesting(); |
- virtual void ProfileShutdown(Profile* profile); |
- virtual void ProfileDestroyed(Profile* profile); |
+ virtual ProfileKeyedService* BuildServiceInstanceFor( |
+ Profile* profile) const OVERRIDE; |
+ virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
+ virtual void ProfileShutdown(Profile* profile) OVERRIDE; |
+ virtual void ProfileDestroyed(Profile* profile) OVERRIDE; |
}; |
#endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_FACTORY_H_ |