| Index: chrome/browser/android/history_report/history_report_jni_bridge.cc
 | 
| diff --git a/chrome/browser/android/history_report/history_report_jni_bridge.cc b/chrome/browser/android/history_report/history_report_jni_bridge.cc
 | 
| index ee8d0a045f580cc8c106f8cbc7d1fa555f1adb65..26ed8f56e5221a9fe2d9f513b361fcd420b5d390 100644
 | 
| --- a/chrome/browser/android/history_report/history_report_jni_bridge.cc
 | 
| +++ b/chrome/browser/android/history_report/history_report_jni_bridge.cc
 | 
| @@ -28,6 +28,9 @@
 | 
|  #include "content/public/browser/browser_thread.h"
 | 
|  #include "jni/HistoryReportJniBridge_jni.h"
 | 
|  
 | 
| +using base::android::JavaParamRef;
 | 
| +using base::android::ScopedJavaLocalRef;
 | 
| +
 | 
|  namespace history_report {
 | 
|  
 | 
|  static jlong Init(JNIEnv* env, const JavaParamRef<jobject>& obj) {
 | 
| 
 |