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

Unified Diff: android_webview/native/cookie_manager.cc

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 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 | « android_webview/native/aw_metrics_service_client_impl.h ('k') | base/android/jni_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/cookie_manager.cc
diff --git a/android_webview/native/cookie_manager.cc b/android_webview/native/cookie_manager.cc
index aa8d646f87fe46603b8b41ead5520d6c110cabae..c361ec8dcf532ee5d143774ee21c54d45d917a7a 100644
--- a/android_webview/native/cookie_manager.cc
+++ b/android_webview/native/cookie_manager.cc
@@ -181,7 +181,7 @@ class CookieManager {
void SetAcceptFileSchemeCookies(bool accept);
private:
- friend struct base::DefaultLazyInstanceTraits<CookieManager>;
+ friend struct base::LazyInstanceTraitsBase<CookieManager>;
CookieManager();
~CookieManager();
« no previous file with comments | « android_webview/native/aw_metrics_service_client_impl.h ('k') | base/android/jni_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698