| Index: chrome/browser/dom_distiller/tab_utils_android.cc
 | 
| diff --git a/chrome/browser/dom_distiller/tab_utils_android.cc b/chrome/browser/dom_distiller/tab_utils_android.cc
 | 
| index c3b943a263c8b66db188dd033a3d1a3b09dde6ca..d48bab9f2072ce26be581d06fec1749255aa9a22 100644
 | 
| --- a/chrome/browser/dom_distiller/tab_utils_android.cc
 | 
| +++ b/chrome/browser/dom_distiller/tab_utils_android.cc
 | 
| @@ -17,6 +17,9 @@
 | 
|  #include "jni/DomDistillerTabUtils_jni.h"
 | 
|  #include "url/gurl.h"
 | 
|  
 | 
| +using base::android::JavaParamRef;
 | 
| +using base::android::ScopedJavaLocalRef;
 | 
| +
 | 
|  namespace android {
 | 
|  
 | 
|  void DistillCurrentPageAndView(JNIEnv* env,
 | 
| 
 |