From f8e92b5daad78093af9547ab46ea8dafdffa06af Mon Sep 17 00:00:00 2001 From: "zork@chromium.org" <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 21 Mar 2013 18:35:46 +0000 Subject: Move ByteStream to content/browser BUG=180833 Review URL: https://chromiumcodereview.appspot.com/12440036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189665 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/download/download_resource_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/download/download_resource_handler.cc') diff --git a/content/browser/download/download_resource_handler.cc b/content/browser/download/download_resource_handler.cc index f0e6491..a803d01 100644 --- a/content/browser/download/download_resource_handler.cc +++ b/content/browser/download/download_resource_handler.cc @@ -12,11 +12,11 @@ #include "base/metrics/histogram.h" #include "base/metrics/stats_counters.h" #include "base/stringprintf.h" +#include "content/browser/byte_stream.h" #include "content/browser/download/download_create_info.h" #include "content/browser/download/download_interrupt_reasons_impl.h" #include "content/browser/download/download_manager_impl.h" #include "content/browser/download/download_request_handle.h" -#include "content/browser/download/byte_stream.h" #include "content/browser/download/download_stats.h" #include "content/browser/loader/resource_dispatcher_host_impl.h" #include "content/browser/loader/resource_request_info_impl.h" -- cgit v1.1