Index: base/android/record_user_action.h |
diff --git a/base/android/animation_frame_time_histogram.h b/base/android/record_user_action.h |
similarity index 54% |
copy from base/android/animation_frame_time_histogram.h |
copy to base/android/record_user_action.h |
index 63f938b922dc8a8b45bfed4c3a4cdc1f38f4a271..2c2b854a490bcf404ce857a586467482be60bc61 100644 |
--- a/base/android/animation_frame_time_histogram.h |
+++ b/base/android/record_user_action.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_ANIMATION_FRAME_TIME_HISTOGRAM_H_ |
-#define BASE_ANDROID_ANIMATION_FRAME_TIME_HISTOGRAM_H_ |
+#ifndef BASE_ANDROID_RECORD_USER_ACTION_H_ |
+#define BASE_ANDROID_RECORD_USER_ACTION_H_ |
#include <jni.h> |
namespace base { |
namespace android { |
-bool RegisterAnimationFrameTimeHistogram(JNIEnv* env); |
+// Registers the native methods through jni |
+bool RegisterRecordUserAction(JNIEnv* env); |
} // namespace android |
} // namespace base |
-#endif // BASE_ANDROID_ANIMATION_FRAME_TIME_HISTOGRAM_H_ |
+#endif // BASE_ANDROID_RECORD_USER_ACTION_H_ |