| Index: webkit/glue/websocketstreamhandle_impl.cc
|
| diff --git a/webkit/glue/websocketstreamhandle_impl.cc b/webkit/glue/websocketstreamhandle_impl.cc
|
| index 6737439634472ba0e4e7a3b43e7ab7b75efa58f4..3a68cbb8e02b80a1a319b98e6e898f5a3c50f2bf 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"
|
|
|