| Index: chrome/browser/android/chrome_feature_list.h
|
| diff --git a/chrome/browser/android/rlz/revenue_stats.h b/chrome/browser/android/chrome_feature_list.h
|
| similarity index 56%
|
| copy from chrome/browser/android/rlz/revenue_stats.h
|
| copy to chrome/browser/android/chrome_feature_list.h
|
| index 80fe681c7cb8e228c1d22f3217c585a5066949d5..32e5e6d56659a5c0bdfacdd72ede9626ceb61684 100644
|
| --- a/chrome/browser/android/rlz/revenue_stats.h
|
| +++ b/chrome/browser/android/chrome_feature_list.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 CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
|
| -#define CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
|
| +#ifndef CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
|
| +#define CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
|
|
|
| #include <jni.h>
|
|
|
| namespace chrome {
|
| namespace android {
|
|
|
| -bool RegisterRevenueStats(JNIEnv* env);
|
| +bool RegisterChromeFeatureListJni(JNIEnv* env);
|
|
|
| } // namespace android
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
|
| +#endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
|
|
|