| Index: third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| index 722af9e54ea50872cfbae312ed4e426c30ce265c..33c118a99b2d57fc829b47a3993651bd42e1d268 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
|
| @@ -42,12 +42,12 @@
|
| #include "platform/CrossThreadFunctional.h"
|
| #include "platform/WaitableEvent.h"
|
| #include "platform/heap/SafePoint.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|