| Index: content/child/websocket_bridge.h
|
| diff --git a/content/child/websocket_bridge.h b/content/child/websocket_bridge.h
|
| index 356e76666f5a17153ed56c355bfbce96b385fd9d..37440c444cf88dbfcc42d62aee73032e9ba94c14 100644
|
| --- a/content/child/websocket_bridge.h
|
| +++ b/content/child/websocket_bridge.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CONTENT_CHILD_WEBSOCKET_BRIDGE_H_
|
| #define CONTENT_CHILD_WEBSOCKET_BRIDGE_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "content/common/websocket.h"
|
| #include "ipc/ipc_message.h"
|
| #include "third_party/WebKit/public/platform/WebSocketHandle.h"
|
|
|