summaryrefslogtreecommitdiffstats
path: root/chrome/browser/android/intercept_download_resource_throttle.cc
diff options
context:
space:
mode:
authormegjablon <megjablon@chromium.org>2014-10-14 12:21:59 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-14 19:24:13 +0000
commit3476e041d261f60243948f306c979b3fc791e6d2 (patch)
treecdb783ea2e146228cccf776bb643e4db38163cb2 /chrome/browser/android/intercept_download_resource_throttle.cc
parentfb867d36f93151ab16d26dbd60e3f594f5294ab1 (diff)
downloadchromium_src-3476e041d261f60243948f306c979b3fc791e6d2.zip
chromium_src-3476e041d261f60243948f306c979b3fc791e6d2.tar.gz
chromium_src-3476e041d261f60243948f306c979b3fc791e6d2.tar.bz2
Data reduction proxy to a layered component.
Moves files from components/data_reduction_proxy/* to components/data_reduction_proxy/core/* and cleans up includes. BUG=419955 Review URL: https://codereview.chromium.org/633633002 Cr-Commit-Position: refs/heads/master@{#299522}
Diffstat (limited to 'chrome/browser/android/intercept_download_resource_throttle.cc')
-rw-r--r--chrome/browser/android/intercept_download_resource_throttle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/android/intercept_download_resource_throttle.cc b/chrome/browser/android/intercept_download_resource_throttle.cc
index d31382d..9f6ba0b 100644
--- a/chrome/browser/android/intercept_download_resource_throttle.cc
+++ b/chrome/browser/android/intercept_download_resource_throttle.cc
@@ -4,7 +4,7 @@
#include "chrome/browser/android/intercept_download_resource_throttle.h"
-#include "components/data_reduction_proxy/common/data_reduction_proxy_headers.h"
+#include "components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h"
#include "content/public/browser/android/download_controller_android.h"
#include "content/public/browser/resource_controller.h"
#include "net/http/http_request_headers.h"