Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3552)

Unified Diff: chrome/browser/ui/android/context_menu_helper.cc

Issue 2014803002: Move DownloadControllerAndroid from content/ to chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved DownloadControllerAndroid(Impl) to chrome/ Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698