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

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

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.h
diff --git a/chrome/browser/search_engines/template_url_fetcher_factory.h b/chrome/browser/search_engines/template_url_fetcher_factory.h
index 65f82c02f6cb433b91db2eabd7720536ae52d119..7bf720942ed89be865976bafc96c1704a047e20e 100644
--- a/chrome/browser/search_engines/template_url_fetcher_factory.h
+++ b/chrome/browser/search_engines/template_url_fetcher_factory.h
@@ -25,7 +25,7 @@ class TemplateURLFetcherFactory : public BrowserContextKeyedServiceFactory {
static void ShutdownForProfile(Profile* profile);
private:
- friend struct DefaultSingletonTraits<TemplateURLFetcherFactory>;
+ friend struct base::DefaultSingletonTraits<TemplateURLFetcherFactory>;
TemplateURLFetcherFactory();
~TemplateURLFetcherFactory() override;

Powered by Google App Engine
This is Rietveld 408576698