| Index: base/android/animation_frame_time_histogram.cc
|
| diff --git a/base/android/animation_frame_time_histogram.cc b/base/android/animation_frame_time_histogram.cc
|
| index 2cf7516ff2bdfd8e8e144087686cb533b46d5adf..c2b48d32a5890e29f40f666a7d0960597d10f78d 100644
|
| --- a/base/android/animation_frame_time_histogram.cc
|
| +++ b/base/android/animation_frame_time_histogram.cc
|
| @@ -8,6 +8,8 @@
|
| #include "base/metrics/histogram_macros.h"
|
| #include "jni/AnimationFrameTimeHistogram_jni.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +
|
| // static
|
| void SaveHistogram(JNIEnv* env,
|
| const JavaParamRef<jobject>& jcaller,
|
|
|