Index: chrome/browser/signin/oauth2_token_service_delegate_android.h |
diff --git a/chrome/browser/signin/oauth2_token_service_delegate_android.h b/chrome/browser/signin/oauth2_token_service_delegate_android.h |
index a35837d22c32a6e58eb45a8aa15b7b37f1b3e1b6..0447c702db391918b4c73747f880b5f6c9b63fb7 100644 |
--- a/chrome/browser/signin/oauth2_token_service_delegate_android.h |
+++ b/chrome/browser/signin/oauth2_token_service_delegate_android.h |
@@ -10,7 +10,6 @@ |
#include <string> |
#include "base/android/jni_weak_ref.h" |
-#include "base/android/scoped_java_ref.h" |
#include "base/callback.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/time/time.h" |
@@ -36,8 +35,9 @@ |
static OAuth2TokenServiceDelegateAndroid* Create(); |
// Returns a reference to the Java instance of this service. |
- static base::android::ScopedJavaLocalRef<jobject> |
- GetForProfile(JNIEnv* env, jclass clazz, jobject j_profile_android); |
+ static jobject GetForProfile(JNIEnv* env, |
+ jclass clazz, |
+ jobject j_profile_android); |
// Called by the TestingProfile class to disable account validation in |
// tests. This prevents the token service from trying to look up system |