Chromium Code Reviews| 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..78c9112c0ddd00f6f6b5d5d27f040e885b42c946 100644 |
| --- a/base/android/field_trial_list.h |
| +++ b/base/android/record_histogram.h |
| @@ -2,17 +2,18 @@ |
| // 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 |
| + |
|
Ilya Sherman
2014/12/16 20:14:08
nit: Why this newline?
ppi
2014/12/17 13:15:31
Done.
|
| } // namespace base |
| -#endif // BASE_ANDROID_FIELD_TRIAL_LIST_H_ |
| +#endif // BASE_ANDROID_RECORD_HISTOGRAM_H_ |