summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_service_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search_engines/template_url_service_factory.cc')
-rw-r--r--chrome/browser/search_engines/template_url_service_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_service_factory.cc b/chrome/browser/search_engines/template_url_service_factory.cc
index 6d52447..f67a212 100644
--- a/chrome/browser/search_engines/template_url_service_factory.cc
+++ b/chrome/browser/search_engines/template_url_service_factory.cc
@@ -34,7 +34,7 @@ TemplateURLService* TemplateURLServiceFactory::GetForProfile(Profile* profile) {
// static
TemplateURLServiceFactory* TemplateURLServiceFactory::GetInstance() {
- return Singleton<TemplateURLServiceFactory>::get();
+ return base::Singleton<TemplateURLServiceFactory>::get();
}
// static