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

Unified Diff: remoting/base/service_urls.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
« no previous file with comments | « ppapi/proxy/proxy_module.cc ('k') | remoting/base/service_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/service_urls.h
diff --git a/remoting/base/service_urls.h b/remoting/base/service_urls.h
index 6d1b6258fbc844e2674fec183abbaf634463f29c..bafdc6a1cc41a8bd6fb75376d5fd643a12ad3084 100644
--- a/remoting/base/service_urls.h
+++ b/remoting/base/service_urls.h
@@ -37,7 +37,7 @@ class ServiceUrls {
const std::string& gcd_jid() const;
private:
- friend struct DefaultSingletonTraits<ServiceUrls>;
+ friend struct base::DefaultSingletonTraits<ServiceUrls>;
ServiceUrls();
virtual ~ServiceUrls();
« no previous file with comments | « ppapi/proxy/proxy_module.cc ('k') | remoting/base/service_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698