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

Unified Diff: content/browser/signed_certificate_timestamp_store_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/signed_certificate_timestamp_store_impl.cc
diff --git a/content/browser/signed_certificate_timestamp_store_impl.cc b/content/browser/signed_certificate_timestamp_store_impl.cc
index 9397ebdf5c2f44ab382f24c1a801fc8ed7f6184e..14a8cd54dc2dd1b13914bdb4882dd83ff30dcc11 100644
--- a/content/browser/signed_certificate_timestamp_store_impl.cc
+++ b/content/browser/signed_certificate_timestamp_store_impl.cc
@@ -17,7 +17,7 @@ SignedCertificateTimestampStore::GetInstance() {
// static
SignedCertificateTimestampStoreImpl*
SignedCertificateTimestampStoreImpl::GetInstance() {
- return Singleton<SignedCertificateTimestampStoreImpl>::get();
+ return base::Singleton<SignedCertificateTimestampStoreImpl>::get();
}
SignedCertificateTimestampStoreImpl::SignedCertificateTimestampStoreImpl() {}
« no previous file with comments | « content/browser/signed_certificate_timestamp_store_impl.h ('k') | content/browser/tcmalloc_internals_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698