| Index: chrome/browser/interests/android/interests_service.cc | 
| diff --git a/chrome/browser/interests/android/interests_service.cc b/chrome/browser/interests/android/interests_service.cc | 
| index 41fd2a70e804abd57b778dd07fe71682e017f7df..e71366a320083a50d3ba9183a3ff6149fd59da2f 100644 | 
| --- a/chrome/browser/interests/android/interests_service.cc | 
| +++ b/chrome/browser/interests/android/interests_service.cc | 
| @@ -86,9 +86,9 @@ void InterestsService::OnObtainedInterests( | 
| JNIEnv* env = AttachCurrentThread(); | 
| ScopedJavaLocalRef<jobjectArray> j_interests = | 
| ConvertInterestsToJava(env, interests.Pass()); | 
| -  Java_GetInterestsCallback_onInterestsAvailableCallback(env, | 
| -                                                         j_callback.obj(), | 
| -                                                         j_interests.obj()); | 
| +  Java_GetInterestsCallback_onInterestsAvailable(env, | 
| +                                                 j_callback.obj(), | 
| +                                                 j_interests.obj()); | 
| } | 
|  | 
| static jlong Init(JNIEnv* env, | 
|  |