Index: chrome/common/socket_stream_dispatcher.h |
diff --git a/chrome/common/socket_stream_dispatcher.h b/chrome/common/socket_stream_dispatcher.h |
index 2640ed4e5abb5da2c07fb941d630a3dc3a7c3296..e0bf58fc92fb8cc085171174530e174a75fb0ae9 100644 |
--- a/chrome/common/socket_stream_dispatcher.h |
+++ b/chrome/common/socket_stream_dispatcher.h |
@@ -9,9 +9,19 @@ |
#include <vector> |
#include "base/basictypes.h" |
-#include "ipc/ipc_channel.h" |
-#include "ipc/ipc_message.h" |
-#include "webkit/glue/websocketstreamhandle_bridge.h" |
+ |
+namespace IPC { |
+class Message; |
+} |
+ |
+namespace WebKit { |
+class WebSocketStreamHandle; |
+} |
+ |
+namespace webkit_glue { |
+class WebSocketStreamHandleBridge; |
+class WebSocketStreamHandleDelegate; |
+} |
// Dispatches socket stream related messages sent to a child process from the |
// main browser process. There is one instance per child process. Messages |