| Index: chrome/browser/ui/android/infobars/translate_infobar.h
|
| diff --git a/chrome/browser/ui/android/infobars/translate_infobar.h b/chrome/browser/ui/android/infobars/translate_infobar.h
|
| index ac15ae6ed19b65bce1a19068e33e2ff13f4029c4..c877fd87ad78759810ccbb97d6649568755d4762 100644
|
| --- a/chrome/browser/ui/android/infobars/translate_infobar.h
|
| +++ b/chrome/browser/ui/android/infobars/translate_infobar.h
|
| @@ -22,7 +22,7 @@ class TranslateInfoBar : public InfoBarAndroid {
|
|
|
| // JNI methods specific to translate.
|
| void ApplyTranslateOptions(JNIEnv* env,
|
| - jobject obj,
|
| + const base::android::JavaParamRef<jobject>& obj,
|
| int source_language_index,
|
| int target_language_index,
|
| bool always_translate,
|
|
|