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

Unified Diff: ios/web/net/cert_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
« no previous file with comments | « ios/web/net/cert_store_impl.h ('k') | ios/web/webui/web_ui_ios_controller_factory_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/cert_store_impl.cc
diff --git a/ios/web/net/cert_store_impl.cc b/ios/web/net/cert_store_impl.cc
index 9cccbab7c9db101188a7c8b02e862563e1239a32..a2396b58323a81270dc790261d37fab5d4d9855e 100644
--- a/ios/web/net/cert_store_impl.cc
+++ b/ios/web/net/cert_store_impl.cc
@@ -13,7 +13,7 @@ CertStore* CertStore::GetInstance() {
// static
CertStoreImpl* CertStoreImpl::GetInstance() {
- return Singleton<CertStoreImpl>::get();
+ return base::Singleton<CertStoreImpl>::get();
}
CertStoreImpl::CertStoreImpl() {
« no previous file with comments | « ios/web/net/cert_store_impl.h ('k') | ios/web/webui/web_ui_ios_controller_factory_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698