| Index: content/browser/android/web_contents_observer_proxy.h
|
| diff --git a/content/browser/android/web_contents_observer_proxy.h b/content/browser/android/web_contents_observer_proxy.h
|
| index a366cfb77e0e70464edb2b86130af7890e22e1be..4c61bb2ee5c6e12568eb44dc81adfd62f3deb2b9 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.h
|
| +++ b/content/browser/android/web_contents_observer_proxy.h
|
| @@ -27,7 +27,7 @@ class WebContentsObserverProxy : public WebContentsObserver {
|
| WebContentsObserverProxy(JNIEnv* env, jobject obj, WebContents* web_contents);
|
| ~WebContentsObserverProxy() override;
|
|
|
| - void Destroy(JNIEnv* env, jobject obj);
|
| + void Destroy(JNIEnv* env, const base::android::JavaParamRef<jobject>& obj);
|
|
|
| private:
|
| void RenderViewReady() override;
|
|
|