summaryrefslogtreecommitdiffstats
path: root/webkit/glue/websocketstreamhandle_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/websocketstreamhandle_impl.cc')
-rw-r--r--webkit/glue/websocketstreamhandle_impl.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/glue/websocketstreamhandle_impl.cc b/webkit/glue/websocketstreamhandle_impl.cc
index 6737439..3a68cbb 100644
--- a/webkit/glue/websocketstreamhandle_impl.cc
+++ b/webkit/glue/websocketstreamhandle_impl.cc
@@ -13,10 +13,10 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/string16.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebSocketStreamError.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebSocketStreamHandleClient.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
+#include "third_party/WebKit/public/platform/WebData.h"
+#include "third_party/WebKit/public/platform/WebSocketStreamError.h"
+#include "third_party/WebKit/public/platform/WebSocketStreamHandleClient.h"
+#include "third_party/WebKit/public/platform/WebURL.h"
#include "webkit/glue/webkitplatformsupport_impl.h"
#include "webkit/glue/websocketstreamhandle_bridge.h"
#include "webkit/glue/websocketstreamhandle_delegate.h"