| 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 b32f2cf6e37284faa0bbcfdfb4830048bb747732..6c6874ac103fd17d2f5d33a8064d758d64be6817 100644 | 
| --- a/android_webview/native/aw_metrics_service_client_impl.h | 
| +++ b/android_webview/native/aw_metrics_service_client_impl.h | 
| @@ -2,14 +2,14 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ | 
| -#define ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ | 
| - | 
| -#include "android_webview/browser/aw_metrics_service_client.h" | 
| +#ifndef ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_H_ | 
| +#define ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_H_ | 
|  | 
| #include <jni.h> | 
| +#include <memory> | 
| #include <string> | 
|  | 
| +#include "android_webview/browser/aw_metrics_service_client.h" | 
| #include "base/lazy_instance.h" | 
| #include "base/macros.h" | 
| #include "components/metrics/metrics_log_uploader.h" | 
| @@ -79,4 +79,4 @@ bool RegisterAwMetricsServiceClient(JNIEnv* env); | 
|  | 
| }  // namespace android_webview | 
|  | 
| -#endif  // ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ | 
| +#endif  // ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_H_ | 
|  |