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

Unified Diff: content/browser/shared_worker/shared_worker_service_impl.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
Index: content/browser/shared_worker/shared_worker_service_impl.cc
diff --git a/content/browser/shared_worker/shared_worker_service_impl.cc b/content/browser/shared_worker/shared_worker_service_impl.cc
index 0f6958b81762bbf20bcce9b9e8a0b4ba03d5e29c..221c1ddf6a865aee0ebb6ac01d063d9fbb6a51b5 100644
--- a/content/browser/shared_worker/shared_worker_service_impl.cc
+++ b/content/browser/shared_worker/shared_worker_service_impl.cc
@@ -221,7 +221,7 @@ bool (*SharedWorkerServiceImpl::s_try_increment_worker_ref_count_)(int) =
SharedWorkerServiceImpl* SharedWorkerServiceImpl::GetInstance() {
DCHECK_CURRENTLY_ON(BrowserThread::IO);
- return Singleton<SharedWorkerServiceImpl>::get();
+ return base::Singleton<SharedWorkerServiceImpl>::get();
}
SharedWorkerServiceImpl::SharedWorkerServiceImpl()
« no previous file with comments | « content/browser/shared_worker/shared_worker_service_impl.h ('k') | content/browser/signed_certificate_timestamp_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698