| Index: content/browser/android/web_contents_observer_proxy.cc
|
| diff --git a/content/browser/android/web_contents_observer_proxy.cc b/content/browser/android/web_contents_observer_proxy.cc
|
| index f5ef69637062e8875836c94a8b71e41c2e0e0aa8..c04f9263b0031ff90b8981244a55a9d7e52eb464 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.cc
|
| +++ b/content/browser/android/web_contents_observer_proxy.cc
|
| @@ -36,7 +36,9 @@ WebContentsObserverProxy::WebContentsObserverProxy(JNIEnv* env,
|
| WebContentsObserverProxy::~WebContentsObserverProxy() {
|
| }
|
|
|
| -jlong Init(JNIEnv* env, jobject obj, jobject java_web_contents) {
|
| +jlong Init(JNIEnv* env,
|
| + const JavaParamRef<jobject>& obj,
|
| + const JavaParamRef<jobject>& java_web_contents) {
|
| WebContents* web_contents =
|
| WebContents::FromJavaWebContents(java_web_contents);
|
| CHECK(web_contents);
|
|
|