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

Unified Diff: google_apis/gaia/gaia_urls.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 | « google_apis/gaia/gaia_urls.h ('k') | ios/chrome/browser/autocomplete/autocomplete_classifier_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_urls.cc
diff --git a/google_apis/gaia/gaia_urls.cc b/google_apis/gaia/gaia_urls.cc
index 8481e7cf2c264c843440f0f8b117559ad422e0fe..dae39b22c87887dc908960070e661059bfc33958 100644
--- a/google_apis/gaia/gaia_urls.cc
+++ b/google_apis/gaia/gaia_urls.cc
@@ -73,7 +73,7 @@ GURL GetURLSwitchValueWithDefault(const char* switch_value,
} // namespace
GaiaUrls* GaiaUrls::GetInstance() {
- return Singleton<GaiaUrls>::get();
+ return base::Singleton<GaiaUrls>::get();
}
GaiaUrls::GaiaUrls() {
« no previous file with comments | « google_apis/gaia/gaia_urls.h ('k') | ios/chrome/browser/autocomplete/autocomplete_classifier_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698