Chromium Code Reviews| Index: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h |
| diff --git a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h |
| index b296ff7af436c18dd0143255cac403fbb09c7729..93b101a2b7ac5a5559c552a00a81f61f82ced835 100644 |
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h |
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h |
| @@ -41,8 +41,8 @@ |
| #include "platform/weborigin/KURL.h" |
| #include "public/platform/WebSocketHandle.h" |
| #include "public/platform/WebSocketHandleClient.h" |
| +#include "wtf/Allocator.h" |
|
sof
2015/10/28 18:29:58
Not needed?
|
| #include "wtf/Deque.h" |
| -#include "wtf/FastAllocBase.h" |
| #include "wtf/OwnPtr.h" |
| #include "wtf/PassOwnPtr.h" |
| #include "wtf/PassRefPtr.h" |