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

Unified Diff: extensions/browser/warning_service_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: git cl format Created 5 years, 4 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: extensions/browser/warning_service_factory.cc
diff --git a/extensions/browser/warning_service_factory.cc b/extensions/browser/warning_service_factory.cc
index 9f0bc09b19181318a14ad6e45161b06163b3f86f..22298047a4455f257ea7adf143e71c7d831282f7 100644
--- a/extensions/browser/warning_service_factory.cc
+++ b/extensions/browser/warning_service_factory.cc
@@ -22,7 +22,7 @@ WarningService* WarningServiceFactory::GetForBrowserContext(
// static
WarningServiceFactory* WarningServiceFactory::GetInstance() {
- return Singleton<WarningServiceFactory>::get();
+ return base::Singleton<WarningServiceFactory>::get();
}
WarningServiceFactory::WarningServiceFactory()

Powered by Google App Engine
This is Rietveld 408576698