Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index ad3c35ad592d7eb0389d3c121f937b31091e005f..163a2adf05dee23d5161e4a2747cf49e3e49b88a 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -711,7 +711,7 @@ class WebContents : public PageNavigator, |
#if defined(OS_ANDROID) |
CONTENT_EXPORT static WebContents* FromJavaWebContents( |
- jobject jweb_contents_android); |
+ const base::android::JavaRef<jobject>& jweb_contents_android); |
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaWebContents() = 0; |
// Selects and zooms to the find result nearest to the point (x,y) defined in |