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

Unified Diff: net/base/upload_data_stream.h

Issue 115870: Reduce header dependencies in net/ (Closed)
Patch Set: Created 11 years, 7 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: net/base/upload_data_stream.h
diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h
index e65d08bf90a085c168b7925f177965d210ee9695..d703c3d1b08a7b02e163e6a0463ccedd581c3b15 100644
--- a/net/base/upload_data_stream.h
+++ b/net/base/upload_data_stream.h
@@ -6,11 +6,12 @@
#define NET_BASE_UPLOAD_DATA_STREAM_H_
#include "net/base/file_stream.h"
-#include "net/base/io_buffer.h"
#include "net/base/upload_data.h"
namespace net {
+class IOBuffer;
+
class UploadDataStream {
public:
explicit UploadDataStream(const UploadData* data);

Powered by Google App Engine
This is Rietveld 408576698