| Index: third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp b/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp
|
| index 40b26bf5a5e55d4ad137c892c0406bf69aa8d2d0..5b73464221f2751d1d1b50ac9508736517777bb5 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp
|
| @@ -11,11 +11,11 @@
|
| #include "platform/network/WebSocketHandshakeResponse.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebScheduler.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| namespace {
|
|
|