| Index: third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp b/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp
|
| index 75c6b4bd114281b7abad2f152017258199dc3d1a..76451febbe9440e7ea8b36f8150883160eca60fa 100644
|
| --- a/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "platform/network/WebSocketHandshakeResponse.h"
|
|
|
| #include "platform/network/WebSocketHandshakeRequest.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|