diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 22:01:21 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 22:01:21 +0000 |
commit | 8142068e59af2bab0511c70a65a3a7db1a49b405 (patch) | |
tree | 25d18566d0a833672957585bc53c26f32391b061 /content/child/resource_dispatcher_unittest.cc | |
parent | 2c4c9e8b9f34250227c46d75b9e33ec030816903 (diff) | |
download | chromium_src-8142068e59af2bab0511c70a65a3a7db1a49b405.zip chromium_src-8142068e59af2bab0511c70a65a3a7db1a49b405.tar.gz chromium_src-8142068e59af2bab0511c70a65a3a7db1a49b405.tar.bz2 |
Revert 244857 "net: Remove classes which were used only by Chrom..."
> net: Remove classes which were used only by Chrome Frame
>
> UploadData and UploadFileElementReaderSync were used only by Chrome Frame
>
> BUG=None
> TEST=build
> R=mmenke@chromium.org
> TBR=jam@chromium.org for content/child/resource_dispatcher_unittests.cc
>
> Review URL: https://codereview.chromium.org/131903004
TBR=hashimoto@chromium.org
Review URL: https://codereview.chromium.org/139263007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child/resource_dispatcher_unittest.cc')
-rw-r--r-- | content/child/resource_dispatcher_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc index c0a2ba1..349ce8c 100644 --- a/content/child/resource_dispatcher_unittest.cc +++ b/content/child/resource_dispatcher_unittest.cc @@ -14,6 +14,7 @@ #include "content/common/resource_messages.h" #include "content/public/common/resource_response.h" #include "net/base/net_errors.h" +#include "net/base/upload_data.h" #include "net/http/http_response_headers.h" #include "testing/gtest/include/gtest/gtest.h" #include "webkit/common/appcache/appcache_interfaces.h" |