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

Unified Diff: content/browser/download/download_create_info.cc

Issue 10074001: Initial implementation of the ByteStream refactor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: content/browser/download/download_create_info.cc
diff --git a/content/browser/download/download_create_info.cc b/content/browser/download/download_create_info.cc
index 051bcccf04e68912fa1d51aa1098633088ed3a77..1521e97bb2d94116a29edc4c9ea7eff01ae2a0a5 100644
--- a/content/browser/download/download_create_info.cc
+++ b/content/browser/download/download_create_info.cc
@@ -8,6 +8,7 @@
#include "base/format_macros.h"
#include "base/stringprintf.h"
+#include "content/browser/download/byte_stream.h"
using content::DownloadId;

Powered by Google App Engine
This is Rietveld 408576698