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

Unified Diff: chrome/browser/android/logo_service.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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/logo_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/logo_service.h
diff --git a/chrome/browser/android/logo_service.h b/chrome/browser/android/logo_service.h
index 441c6e21b188bd670d5883c4d18968f7abc0c657..cc39b8b8dc3fa2d7bbd83b7c116f2e6115e52666 100644
--- a/chrome/browser/android/logo_service.h
+++ b/chrome/browser/android/logo_service.h
@@ -43,7 +43,7 @@ class LogoServiceFactory : public BrowserContextKeyedServiceFactory {
static LogoServiceFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<LogoServiceFactory>;
+ friend struct base::DefaultSingletonTraits<LogoServiceFactory>;
LogoServiceFactory();
~LogoServiceFactory() override;
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/logo_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698