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

Unified Diff: ios/web/net/cert_store_impl.h

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/browser_url_rewriter_impl.cc ('k') | ios/web/net/cert_store_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/cert_store_impl.h
diff --git a/ios/web/net/cert_store_impl.h b/ios/web/net/cert_store_impl.h
index 8e2154c21fb20d97e084545ac04ac833ecc0852e..84306edfe63a51d53a3c833054a6eb9685571904 100644
--- a/ios/web/net/cert_store_impl.h
+++ b/ios/web/net/cert_store_impl.h
@@ -28,7 +28,7 @@ class CertStoreImpl : public CertStore {
~CertStoreImpl() override;
private:
- friend struct DefaultSingletonTraits<CertStoreImpl>;
+ friend struct base::DefaultSingletonTraits<CertStoreImpl>;
RequestTrackerDataMemoizingStore<net::X509Certificate> store_;
« no previous file with comments | « ios/web/browser_url_rewriter_impl.cc ('k') | ios/web/net/cert_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698