| Index: chrome/browser/android/signin/account_management_screen_helper.cc
|
| diff --git a/chrome/browser/android/signin/account_management_screen_helper.cc b/chrome/browser/android/signin/account_management_screen_helper.cc
|
| index 512d18aa7df113ca9374c5e0f4e382cdc3ee986f..77c24c4a9d26df0fd9144c9e821a00abaebd362d 100644
|
| --- a/chrome/browser/android/signin/account_management_screen_helper.cc
|
| +++ b/chrome/browser/android/signin/account_management_screen_helper.cc
|
| @@ -24,7 +24,7 @@ void AccountManagementScreenHelper::OpenAccountManagementScreen(
|
| Java_AccountManagementScreenHelper_openAccountManagementScreen(
|
| base::android::AttachCurrentThread(),
|
| base::android::GetApplicationContext(),
|
| - ProfileAndroid::FromProfile(profile)->GetJavaObject().obj(),
|
| + ProfileAndroid::FromProfile(profile)->GetJavaObject(),
|
| static_cast<int>(service_type));
|
| }
|
|
|
|
|