| Index: chrome/browser/profiles/profile_android.cc
 | 
| diff --git a/chrome/browser/profiles/profile_android.cc b/chrome/browser/profiles/profile_android.cc
 | 
| index 2ec4bbbc6d1938802afa4031528cd3885f04ef18..2a498444b85995cd559c7c2be5b64b64cbaec447 100644
 | 
| --- a/chrome/browser/profiles/profile_android.cc
 | 
| +++ b/chrome/browser/profiles/profile_android.cc
 | 
| @@ -11,6 +11,8 @@
 | 
|  #include "jni/Profile_jni.h"
 | 
|  
 | 
|  using base::android::AttachCurrentThread;
 | 
| +using base::android::JavaParamRef;
 | 
| +using base::android::ScopedJavaLocalRef;
 | 
|  
 | 
|  namespace {
 | 
|  const char kProfileAndroidKey[] = "profile_android";
 | 
| 
 |