| Index: chrome/browser/profiles/profile_android.cc
|
| diff --git a/chrome/browser/profiles/profile_android.cc b/chrome/browser/profiles/profile_android.cc
|
| index 2a498444b85995cd559c7c2be5b64b64cbaec447..f141400c6f40434802a3c47061907add5febc451 100644
|
| --- a/chrome/browser/profiles/profile_android.cc
|
| +++ b/chrome/browser/profiles/profile_android.cc
|
| @@ -119,7 +119,7 @@ ProfileAndroid::ProfileAndroid(Profile* profile)
|
| }
|
|
|
| ProfileAndroid::~ProfileAndroid() {
|
| - Java_Profile_onNativeDestroyed(AttachCurrentThread(), obj_.obj());
|
| + Java_Profile_onNativeDestroyed(AttachCurrentThread(), obj_);
|
| }
|
|
|
| base::android::ScopedJavaLocalRef<jobject> ProfileAndroid::GetJavaObject() {
|
|
|