| Index: components/signin/core/browser/child_account_info_fetcher_android.cc
|
| diff --git a/components/signin/core/browser/child_account_info_fetcher_android.cc b/components/signin/core/browser/child_account_info_fetcher_android.cc
|
| index 8b30e12c6c0a23073050c20fd31cdef925e2668f..39ec8c460443a7091d5c0ea47f2013264590ef94 100644
|
| --- a/components/signin/core/browser/child_account_info_fetcher_android.cc
|
| +++ b/components/signin/core/browser/child_account_info_fetcher_android.cc
|
| @@ -33,9 +33,9 @@ bool ChildAccountInfoFetcherAndroid::Register(JNIEnv* env) {
|
| }
|
|
|
| void SetIsChildAccount(JNIEnv* env,
|
| - jclass caller,
|
| + const JavaParamRef<jclass>& caller,
|
| jlong native_service,
|
| - jstring j_account_id,
|
| + const JavaParamRef<jstring>& j_account_id,
|
| jboolean is_child_account) {
|
| AccountFetcherService* service =
|
| reinterpret_cast<AccountFetcherService*>(native_service);
|
|
|