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

Unified Diff: content/common/resource_dispatcher.h

Issue 10834289: Split net::UploadData into two: for IPC and for upload handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 4 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/common/resource_dispatcher.h
diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
index 79d955ba5451deecadedfc6da64c2715db957fde..f54221fccc651bb092daf29b7d1acdc260db5af9 100644
--- a/content/common/resource_dispatcher.h
+++ b/content/common/resource_dispatcher.h
@@ -20,6 +20,10 @@
#include "ipc/ipc_sender.h"
#include "webkit/glue/resource_loader_bridge.h"
+namespace webkit_glue {
+class ResourceRequestBody;
+}
kinuko 2012/08/15 04:45:01 will remove this
+
namespace content {
class ResourceDispatcherDelegate;
struct ResourceResponseHead;

Powered by Google App Engine
This is Rietveld 408576698