| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ | 5 #ifndef ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ |
| 6 #define ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ | 6 #define ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ |
| 7 | 7 |
| 8 #include "android_webview/browser/aw_metrics_service_client.h" | 8 #include "android_webview/browser/aw_metrics_service_client.h" |
| 9 | 9 |
| 10 #include <jni.h> | 10 #include <jni.h> |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 std::unique_ptr<metrics::MetricsStateManager> metrics_state_manager_; | 70 std::unique_ptr<metrics::MetricsStateManager> metrics_state_manager_; |
| 71 std::unique_ptr<metrics::MetricsService> metrics_service_; | 71 std::unique_ptr<metrics::MetricsService> metrics_service_; |
| 72 | 72 |
| 73 DISALLOW_COPY_AND_ASSIGN(AwMetricsServiceClientImpl); | 73 DISALLOW_COPY_AND_ASSIGN(AwMetricsServiceClientImpl); |
| 74 }; | 74 }; |
| 75 | 75 |
| 76 bool RegisterAwMetricsServiceClient(JNIEnv* env); | 76 bool RegisterAwMetricsServiceClient(JNIEnv* env); |
| 77 | 77 |
| 78 } // namespace android_webview | 78 } // namespace android_webview |
| 79 | 79 |
| 80 #endif // ANDROID_WEBVIEW_NATIVE_AW_METRICS_SWITCH_ | 80 #endif // ANDROID_WEBVIEW_NATIVE_AW_METRICS_SERVICE_CLIENT_IMPL_ |
| OLD | NEW |