Chromium Code Reviews| 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; |