| Index: content/browser/android/child_process_launcher_android.cc
 | 
| diff --git a/content/browser/android/child_process_launcher_android.cc b/content/browser/android/child_process_launcher_android.cc
 | 
| index f7e8437a8e473f5cb31275ecbd5bbebd55c055f0..43bd5c8526df0e15be080e0574e549dc0d50c74e 100644
 | 
| --- a/content/browser/android/child_process_launcher_android.cc
 | 
| +++ b/content/browser/android/child_process_launcher_android.cc
 | 
| @@ -30,6 +30,7 @@
 | 
|  #include "ui/gl/android/surface_texture.h"
 | 
|  
 | 
|  using base::android::AttachCurrentThread;
 | 
| +using base::android::JavaParamRef;
 | 
|  using base::android::ToJavaArrayOfStrings;
 | 
|  using base::android::ScopedJavaGlobalRef;
 | 
|  using base::android::ScopedJavaLocalRef;
 | 
| 
 |