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

Side by Side Diff: android_webview/native/aw_metrics_service_client_impl.h

Issue 2718593003: WebView: fix header file guards (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « android_webview/browser/aw_metrics_service_client.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « android_webview/browser/aw_metrics_service_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698