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

Unified Diff: chrome/browser/search_engines/template_url_fetcher_factory.cc

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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_fetcher_factory.cc
diff --git a/chrome/browser/search_engines/template_url_fetcher_factory.cc b/chrome/browser/search_engines/template_url_fetcher_factory.cc
index 71d0fb591da7071c4ecc7610389605e997d14b58..0d933859a37840f7c0c867bbaaab0a26c1aeb940 100644
--- a/chrome/browser/search_engines/template_url_fetcher_factory.cc
+++ b/chrome/browser/search_engines/template_url_fetcher_factory.cc
@@ -19,7 +19,7 @@ TemplateURLFetcher* TemplateURLFetcherFactory::GetForProfile(
// static
TemplateURLFetcherFactory* TemplateURLFetcherFactory::GetInstance() {
- return Singleton<TemplateURLFetcherFactory>::get();
+ return base::Singleton<TemplateURLFetcherFactory>::get();
}
// static

Powered by Google App Engine
This is Rietveld 408576698