Index: content/browser/android/browser_jni_registrar.cc |
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc |
index 7394a25703525646ca0e0788054781004312294d..1ee779d0ac3ab8a7284f4f1ab856fdfa1135d8d1 100644 |
--- a/content/browser/android/browser_jni_registrar.cc |
+++ b/content/browser/android/browser_jni_registrar.cc |
@@ -11,7 +11,7 @@ |
#include "content/browser/android/content_video_view.h" |
#include "content/browser/android/content_view_core_impl.h" |
#include "content/browser/android/content_view_statics.h" |
-#include "content/browser/android/download_controller.h" |
+#include "content/browser/android/download_controller_android_impl.h" |
#include "content/browser/android/load_url_params.h" |
#include "content/browser/android/sandboxed_process_launcher.h" |
#include "content/browser/android/surface_texture_peer_browser_impl.h" |
@@ -33,8 +33,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { |
{ "ContentSettings", content::ContentSettings::RegisterContentSettings }, |
{ "ContentVideoView", content::ContentVideoView::RegisterContentVideoView }, |
{ "ContentViewCore", content::RegisterContentViewCore }, |
- { "DownloadController", |
- content::DownloadController::RegisterDownloadController }, |
+ { "DownloadControllerAndroidImpl", |
+ content::DownloadControllerAndroidImpl::RegisterDownloadController }, |
{ "RegisterImeAdapter", content::RegisterImeAdapter }, |
{ "JavaBoundObject", JavaBoundObject::RegisterJavaBoundObject }, |
{ "LoadUrlParams", content::RegisterLoadUrlParams }, |