| Index: content/browser/android/interstitial_page_delegate_android.h
|
| diff --git a/content/browser/android/interstitial_page_delegate_android.h b/content/browser/android/interstitial_page_delegate_android.h
|
| index bd28d381c9dfb4d0d166a746959780d8d45d11f2..69816b60ed7b4a0b4b98f5993c718f758e4662f5 100644
|
| --- a/content/browser/android/interstitial_page_delegate_android.h
|
| +++ b/content/browser/android/interstitial_page_delegate_android.h
|
| @@ -31,8 +31,9 @@ class InterstitialPageDelegateAndroid : public InterstitialPageDelegate {
|
| void set_interstitial_page(InterstitialPage* page) { page_ = page; }
|
|
|
| // Methods called from Java.
|
| - void Proceed(JNIEnv* env, jobject obj);
|
| - void DontProceed(JNIEnv* env, jobject obj);
|
| + void Proceed(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
|
| + void DontProceed(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj);
|
|
|
| // Implementation of InterstitialPageDelegate
|
| std::string GetHTMLContents() override;
|
|
|