Index: webkit/glue/websocketstreamhandle_impl.cc |
=================================================================== |
--- webkit/glue/websocketstreamhandle_impl.cc (revision 112786) |
+++ webkit/glue/websocketstreamhandle_impl.cc (working copy) |
@@ -12,9 +12,9 @@ |
#include "base/logging.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebData.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebSocketStreamHandleClient.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebData.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSocketStreamHandleClient.h" |
#include "webkit/glue/webkitplatformsupport_impl.h" |
#include "webkit/glue/websocketstreamhandle_bridge.h" |
#include "webkit/glue/websocketstreamhandle_delegate.h" |