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

Unified Diff: components/nacl/browser/pnacl_host.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 | « components/nacl/browser/pnacl_host.h ('k') | components/omnibox/browser/omnibox_event_global_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/pnacl_host.cc
diff --git a/components/nacl/browser/pnacl_host.cc b/components/nacl/browser/pnacl_host.cc
index 0df233fc8ce7fbeaf671df86a7c71f2dd57ceac3..a0375e28da9462b3081e6de9d09e4bd867243662 100644
--- a/components/nacl/browser/pnacl_host.cc
+++ b/components/nacl/browser/pnacl_host.cc
@@ -84,7 +84,7 @@ PnaclHost::~PnaclHost() {
}
PnaclHost* PnaclHost::GetInstance() {
- return Singleton<PnaclHost>::get();
+ return base::Singleton<PnaclHost>::get();
}
PnaclHost::PendingTranslation::PendingTranslation()
« no previous file with comments | « components/nacl/browser/pnacl_host.h ('k') | components/omnibox/browser/omnibox_event_global_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698