| Index: chrome/browser/android/chrome_application.cc
 | 
| diff --git a/chrome/browser/android/chrome_application.cc b/chrome/browser/android/chrome_application.cc
 | 
| index 45cb45966c22a50b5252e544ab10b029e0d7c707..a8c057a49f51e2f826cfa33dff3278d3e9e1a3e5 100644
 | 
| --- a/chrome/browser/android/chrome_application.cc
 | 
| +++ b/chrome/browser/android/chrome_application.cc
 | 
| @@ -25,6 +25,8 @@
 | 
|  #include "net/url_request/url_request_context_getter.h"
 | 
|  
 | 
|  using base::android::ConvertUTF8ToJavaString;
 | 
| +using base::android::JavaParamRef;
 | 
| +using base::android::ScopedJavaLocalRef;
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| 
 |