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

Unified Diff: extensions/common/extension_api.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 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: extensions/common/extension_api.h
diff --git a/extensions/common/extension_api.h b/extensions/common/extension_api.h
index 8c7a689d1e11a3369d554519813574929a118ec8..715d8202fbe36bab2eb0fc8a21ada468d8a9440a 100644
--- a/extensions/common/extension_api.h
+++ b/extensions/common/extension_api.h
@@ -130,7 +130,7 @@ class ExtensionAPI {
private:
FRIEND_TEST_ALL_PREFIXES(ExtensionAPITest, DefaultConfigurationFeatures);
FRIEND_TEST_ALL_PREFIXES(ExtensionAPITest, TypesHaveNamespace);
- friend struct DefaultSingletonTraits<ExtensionAPI>;
+ friend struct base::DefaultSingletonTraits<ExtensionAPI>;
void InitDefaultConfiguration();
« no previous file with comments | « extensions/browser/warning_service_factory.cc ('k') | extensions/shell/browser/api/vpn_provider/vpn_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698