Index: content/browser/android/download_controller.h |
diff --git a/content/browser/android/download_controller.h b/content/browser/android/download_controller.h |
index 431aef9fae17c33f57fe1e0da3900b6e58739337..a11ed1728ab62698965ef4db9ace5c3d5c09c10a 100644 |
--- a/content/browser/android/download_controller.h |
+++ b/content/browser/android/download_controller.h |
@@ -109,7 +109,7 @@ class DownloadController : public DownloadItem::Observer { |
int render_process_id, |
int render_view_id); |
- jobject GetContentViewFromWebContents(WebContents* web_contents); |
+ jobject GetContentViewCoreFromWebContents(WebContents* web_contents); |
jobject GetContentView(int render_process_id, int render_view_id); |
// Creates Java object if it is not created already and returns it. |