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

Unified Diff: base/android/record_histogram.h

Issue 794273004: Add a Java API for UMA histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over the cronet proguard config fix. Created 5 years, 11 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
Index: base/android/record_histogram.h
diff --git a/base/android/field_trial_list.h b/base/android/record_histogram.h
similarity index 61%
copy from base/android/field_trial_list.h
copy to base/android/record_histogram.h
index b4eaf91488edace72464a81dbfcaa22aa67421f4..caa10f06c42ea74b85a9ae84ec9d87c9a0d8d571 100644
--- a/base/android/field_trial_list.h
+++ b/base/android/record_histogram.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_ANDROID_FIELD_TRIAL_LIST_H_
-#define BASE_ANDROID_FIELD_TRIAL_LIST_H_
+#ifndef BASE_ANDROID_RECORD_HISTOGRAM_H_
+#define BASE_ANDROID_RECORD_HISTOGRAM_H_
#include <jni.h>
namespace base {
namespace android {
-bool RegisterFieldTrialList(JNIEnv* env);
+bool RegisterRecordHistogram(JNIEnv* env);
} // namespace android
} // namespace base
-#endif // BASE_ANDROID_FIELD_TRIAL_LIST_H_
+#endif // BASE_ANDROID_RECORD_HISTOGRAM_H_

Powered by Google App Engine
This is Rietveld 408576698