Index: chrome/browser/android/uma_bridge.h |
diff --git a/chrome/browser/android/field_trial_helper.h b/chrome/browser/android/uma_bridge.h |
similarity index 55% |
copy from chrome/browser/android/field_trial_helper.h |
copy to chrome/browser/android/uma_bridge.h |
index 6f92ac00f6259e1b3368db52764e2faee38e89be..c68c841b8b5d6160f42da160ff8922349854c525 100644 |
--- a/chrome/browser/android/field_trial_helper.h |
+++ b/chrome/browser/android/uma_bridge.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 CHROME_BROWSER_ANDROID_FIELD_TRIAL_HELPER_H_ |
-#define CHROME_BROWSER_ANDROID_FIELD_TRIAL_HELPER_H_ |
+#ifndef CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_ |
+#define CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_ |
#include <jni.h> |
namespace chrome { |
namespace android { |
-bool RegisterFieldTrialHelper(JNIEnv* env); |
+// Registers the native methods through jni |
+bool RegisterUmaBridge(JNIEnv* env); |
} // namespace android |
} // namespace chrome |
-#endif // CHROME_BROWSER_ANDROID_FIELD_TRIAL_HELPER_H_ |
+#endif // CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_ |