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

Unified Diff: content/browser/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: git cl format Created 5 years, 4 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/cert_store_impl.h
diff --git a/content/browser/cert_store_impl.h b/content/browser/cert_store_impl.h
index d8b689c17b09d118dccc77d98922ccd6847ed528..f5afe83db697af6f6ba74df8d68cb8642056fef9 100644
--- a/content/browser/cert_store_impl.h
+++ b/content/browser/cert_store_impl.h
@@ -28,7 +28,7 @@ class CertStoreImpl : public CertStore {
~CertStoreImpl() override;
private:
- friend struct DefaultSingletonTraits<CertStoreImpl>;
+ friend struct base::DefaultSingletonTraits<CertStoreImpl>;
RendererDataMemoizingStore<net::X509Certificate> store_;

Powered by Google App Engine
This is Rietveld 408576698