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

Unified Diff: components/devtools_discovery/devtools_discovery_manager.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: components/devtools_discovery/devtools_discovery_manager.h
diff --git a/components/devtools_discovery/devtools_discovery_manager.h b/components/devtools_discovery/devtools_discovery_manager.h
index d4f0e85dd976eda4e5eaab4318fe43299748b0a1..45f45d7ec2c110e3937a8ad4a5310586cb39067c 100644
--- a/components/devtools_discovery/devtools_discovery_manager.h
+++ b/components/devtools_discovery/devtools_discovery_manager.h
@@ -38,7 +38,7 @@ class DevToolsDiscoveryManager {
scoped_ptr<DevToolsTargetDescriptor> CreateNew(const GURL& url);
private:
- friend struct DefaultSingletonTraits<DevToolsDiscoveryManager>;
+ friend struct base::DefaultSingletonTraits<DevToolsDiscoveryManager>;
DevToolsDiscoveryManager();
~DevToolsDiscoveryManager();
« no previous file with comments | « components/autofill/core/common/autofill_regexes.cc ('k') | components/devtools_discovery/devtools_discovery_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698