| Index: third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h b/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h
|
| index 063e38c8bac0f7e9517b78cec95cfd0086bcce35..23ad35b885c24badafe910e07739321c78619750 100644
|
| --- a/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h
|
| @@ -32,8 +32,8 @@
|
| #define WebSocketHandshakeResponse_h
|
|
|
| #include "platform/network/HTTPHeaderMap.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|