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

Unified Diff: components/nacl/browser/nacl_browser.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/nacl_browser.h ('k') | components/nacl/browser/pnacl_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/nacl_browser.cc
diff --git a/components/nacl/browser/nacl_browser.cc b/components/nacl/browser/nacl_browser.cc
index d9baa38a6b3cf6d041d09aeaa30aeae21e7eba87..faf49599b728d579caea23678761c97a5310a70a 100644
--- a/components/nacl/browser/nacl_browser.cc
+++ b/components/nacl/browser/nacl_browser.cc
@@ -213,7 +213,7 @@ bool NaClBrowser::GetNaCl64ExePath(base::FilePath* exe_path) {
#endif
NaClBrowser* NaClBrowser::GetInstance() {
- return Singleton<NaClBrowser>::get();
+ return base::Singleton<NaClBrowser>::get();
}
bool NaClBrowser::IsReady() const {
« no previous file with comments | « components/nacl/browser/nacl_browser.h ('k') | components/nacl/browser/pnacl_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698