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

Unified Diff: ppapi/proxy/proxy_module.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 | « ppapi/proxy/proxy_module.h ('k') | remoting/base/service_urls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/proxy_module.cc
diff --git a/ppapi/proxy/proxy_module.cc b/ppapi/proxy/proxy_module.cc
index 885552d72e0322a236985672f06333102c6bb69b..db32ac93e69d13382f68741202fe6be78185ee0c 100644
--- a/ppapi/proxy/proxy_module.cc
+++ b/ppapi/proxy/proxy_module.cc
@@ -17,7 +17,7 @@ ProxyModule::~ProxyModule() {
// static
ProxyModule* ProxyModule::GetInstance() {
- return Singleton<ProxyModule>::get();
+ return base::Singleton<ProxyModule>::get();
}
const std::string& ProxyModule::GetFlashCommandLineArgs() {
« no previous file with comments | « ppapi/proxy/proxy_module.h ('k') | remoting/base/service_urls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698