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

Unified Diff: courgette/courgette_config.h

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.h
diff --git a/courgette/courgette_config.h b/courgette/courgette_config.h
index cbcfc2219e118f28a319d64f8e523177c48ffff0..147c67faaff0e9ac2ef32ae520d8e77528111622 100644
--- a/courgette/courgette_config.h
+++ b/courgette/courgette_config.h
@@ -31,7 +31,7 @@ class CourgetteConfig {
CourgetteConfig();
- friend struct DefaultSingletonTraits<CourgetteConfig>;
+ friend struct base::DefaultSingletonTraits<CourgetteConfig>;
};
} // namespace courgette

Powered by Google App Engine
This is Rietveld 408576698