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

Unified Diff: chrome/browser/upgrade_detector_impl.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
« no previous file with comments | « chrome/browser/upgrade_detector_impl.h ('k') | chrome/browser/web_data_service_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/upgrade_detector_impl.cc
diff --git a/chrome/browser/upgrade_detector_impl.cc b/chrome/browser/upgrade_detector_impl.cc
index 9efdb74b18333f8e2f642747458e8cdf19800d51..64bf7ca6aa63fb85aa63a00bbd3c656428f70b66 100644
--- a/chrome/browser/upgrade_detector_impl.cc
+++ b/chrome/browser/upgrade_detector_impl.cc
@@ -511,7 +511,7 @@ void UpgradeDetectorImpl::NotifyOnUpgrade() {
// static
UpgradeDetectorImpl* UpgradeDetectorImpl::GetInstance() {
- return Singleton<UpgradeDetectorImpl>::get();
+ return base::Singleton<UpgradeDetectorImpl>::get();
}
// static
« no previous file with comments | « chrome/browser/upgrade_detector_impl.h ('k') | chrome/browser/web_data_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698