| Index: third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| diff --git a/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h b/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| index c49e4e692d91a224b9950c380b7937a7d8a2a506..8b98c09de81cfdc474747f35451e6263fc6a778c 100644
|
| --- a/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| +++ b/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
|
| @@ -34,9 +34,9 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|