| Index: chrome/browser/ui/android/context_menu_helper.cc
|
| diff --git a/chrome/browser/ui/android/context_menu_helper.cc b/chrome/browser/ui/android/context_menu_helper.cc
|
| index b6b324bc48d9cae3c8e66fe53cbfd27d2fb35385..0f9889cbf929668a55400876ba86ef8fa9170841 100644
|
| --- a/chrome/browser/ui/android/context_menu_helper.cc
|
| +++ b/chrome/browser/ui/android/context_menu_helper.cc
|
| @@ -9,10 +9,10 @@
|
| #include "base/android/jni_android.h"
|
| #include "base/android/jni_array.h"
|
| #include "base/android/jni_string.h"
|
| +#include "chrome/browser/android/download/download_controller_android.h"
|
| #include "chrome/browser/ui/tab_contents/core_tab_helper.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h"
|
| #include "content/public/browser/android/content_view_core.h"
|
| -#include "content/public/browser/android/download_controller_android.h"
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/common/context_menu_params.h"
|
| @@ -116,7 +116,7 @@ void ContextMenuHelper::OnStartDownload(
|
| if (jis_data_reduction_proxy_enabled)
|
| headers = kDataReductionProxyPassthroughHeader;
|
|
|
| - content::DownloadControllerAndroid::Get()->StartContextMenuDownload(
|
| + DownloadControllerAndroid::Get()->StartContextMenuDownload(
|
| context_menu_params_,
|
| web_contents_,
|
| jis_link,
|
|
|