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

Unified Diff: chrome/browser/search_engines/template_url_service_factory.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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_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_
« no previous file with comments | « chrome/browser/search_engines/template_url_service.h ('k') | chrome/browser/search_engines/template_url_service_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698