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

Unified Diff: android_webview/native/aw_metrics_service_client_impl.h

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
Index: android_webview/native/aw_metrics_service_client_impl.h
diff --git a/android_webview/native/aw_metrics_service_client_impl.h b/android_webview/native/aw_metrics_service_client_impl.h
index 6d42f1de47d56af4ff488cfc1bc01c6d231b1759..2c25ccea25a023981eb72d1bbb2dffad0c6439fa 100644
--- a/android_webview/native/aw_metrics_service_client_impl.h
+++ b/android_webview/native/aw_metrics_service_client_impl.h
@@ -27,7 +27,7 @@ namespace android_webview {
// asynchronous; even after Initialize has returned, some methods may not be
// ready to use (see below).
class AwMetricsServiceClientImpl : public AwMetricsServiceClient {
- friend struct base::DefaultLazyInstanceTraits<AwMetricsServiceClientImpl>;
+ friend struct base::LazyInstanceTraitsBase<AwMetricsServiceClientImpl>;
public:
void Initialize(PrefService* pref_service,
« no previous file with comments | « android_webview/native/aw_contents_io_thread_client_impl.cc ('k') | android_webview/native/cookie_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698