| 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,
|
|
|