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

Unified Diff: components/cronet/android/cronet_histogram_manager.h

Issue 904033004: [Cronet] Make HistogramManager an abstract class to break dependency on native library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Helen's comments. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet.gypi ('k') | components/cronet/android/cronet_histogram_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/cronet_histogram_manager.h
diff --git a/components/cronet/android/histogram_manager.h b/components/cronet/android/cronet_histogram_manager.h
similarity index 75%
rename from components/cronet/android/histogram_manager.h
rename to components/cronet/android/cronet_histogram_manager.h
index 94001a482dc138e47c4554e802581b3b793e8570..1d298e1c3fcfc4fb397d5bbc042e9dd8568e7ffc 100644
--- a/components/cronet/android/histogram_manager.h
+++ b/components/cronet/android/cronet_histogram_manager.h
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -9,7 +9,7 @@
namespace cronet {
-bool HistogramManagerRegisterJni(JNIEnv* env);
+bool CronetHistogramManagerRegisterJni(JNIEnv* env);
} // namespace cronet
« no previous file with comments | « components/cronet.gypi ('k') | components/cronet/android/cronet_histogram_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698