diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 18:35:46 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-21 18:35:46 +0000 |
commit | f8e92b5daad78093af9547ab46ea8dafdffa06af (patch) | |
tree | f1ac4690fb56f1695242e6e39cc31c88f3bb0a4c /content/browser/streams | |
parent | f8b2bbc33c3a80cad37989d7f8d54facc83d1b66 (diff) | |
download | chromium_src-f8e92b5daad78093af9547ab46ea8dafdffa06af.zip chromium_src-f8e92b5daad78093af9547ab46ea8dafdffa06af.tar.gz chromium_src-f8e92b5daad78093af9547ab46ea8dafdffa06af.tar.bz2 |
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
Diffstat (limited to 'content/browser/streams')
-rw-r--r-- | content/browser/streams/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/streams/stream.h b/content/browser/streams/stream.h index 116d31a..3823262 100644 --- a/content/browser/streams/stream.h +++ b/content/browser/streams/stream.h @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" -#include "content/browser/download/byte_stream.h" +#include "content/browser/byte_stream.h" #include "content/common/content_export.h" #include "googleurl/src/gurl.h" |