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

Unified Diff: courgette/courgette_config.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 ios 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: courgette/courgette_config.cc
diff --git a/courgette/courgette_config.cc b/courgette/courgette_config.cc
index b92e43afb1bcd0b59f54a6b3d613adc9718748f9..0f674981589f4114083b1aa7f19925719a1208d8 100644
--- a/courgette/courgette_config.cc
+++ b/courgette/courgette_config.cc
@@ -17,7 +17,7 @@ static const uint32 kExperimentalVersion = 0xDEADBEEF;
// static
CourgetteConfig* CourgetteConfig::GetInstance() {
- return Singleton<CourgetteConfig>::get();
+ return base::Singleton<CourgetteConfig>::get();
}
uint32 CourgetteConfig::ensemble_version() const {
« base/memory/singleton.h ('K') | « courgette/courgette_config.h ('k') | crypto/capi_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698