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

Unified Diff: chrome/browser/android/logo_service.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/android/logo_service.cc
diff --git a/chrome/browser/android/logo_service.cc b/chrome/browser/android/logo_service.cc
index 35e3ce0cad734da65fb2e51dad4c300e7c34b096..5277f7efbf8cb2c0658b253666119bff79096b8d 100644
--- a/chrome/browser/android/logo_service.cc
+++ b/chrome/browser/android/logo_service.cc
@@ -139,7 +139,7 @@ LogoService* LogoServiceFactory::GetForProfile(Profile* profile) {
// static
LogoServiceFactory* LogoServiceFactory::GetInstance() {
- return Singleton<LogoServiceFactory>::get();
+ return base::Singleton<LogoServiceFactory>::get();
}
LogoServiceFactory::LogoServiceFactory()
« no previous file with comments | « chrome/browser/android/logo_service.h ('k') | chrome/browser/android/offline_pages/offline_page_model_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698