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

Unified Diff: remoting/base/service_urls.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 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 | « remoting/base/service_urls.h ('k') | remoting/client/jni/chromoting_jni_runtime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/service_urls.cc
diff --git a/remoting/base/service_urls.cc b/remoting/base/service_urls.cc
index bd3485c3eee6854307c7c0d5f5539bb4682a2064..e235958eb710d011a84f05c4f85fbe641c7484b7 100644
--- a/remoting/base/service_urls.cc
+++ b/remoting/base/service_urls.cc
@@ -74,7 +74,7 @@ ServiceUrls::~ServiceUrls() {
}
ServiceUrls* remoting::ServiceUrls::GetInstance() {
- return Singleton<ServiceUrls>::get();
+ return base::Singleton<ServiceUrls>::get();
}
const std::string& ServiceUrls::directory_base_url() const {
« no previous file with comments | « remoting/base/service_urls.h ('k') | remoting/client/jni/chromoting_jni_runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698