| Index: components/test_runner/mock_webrtc_data_channel_handler.h
|
| diff --git a/components/test_runner/mock_webrtc_data_channel_handler.h b/components/test_runner/mock_webrtc_data_channel_handler.h
|
| index 780fc7f80c776a8ab6156fa13ad7b75acca07d2f..403a21915bd60417216433eaca0cbd04c9d2dffa 100644
|
| --- a/components/test_runner/mock_webrtc_data_channel_handler.h
|
| +++ b/components/test_runner/mock_webrtc_data_channel_handler.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_TEST_RUNNER_MOCK_WEBRTC_DATA_CHANNEL_HANDLER_H_
|
| #define COMPONENTS_TEST_RUNNER_MOCK_WEBRTC_DATA_CHANNEL_HANDLER_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "components/test_runner/web_task.h"
|
| #include "third_party/WebKit/public/platform/WebRTCDataChannelHandler.h"
|
| #include "third_party/WebKit/public/platform/WebRTCDataChannelHandlerClient.h"
|
|
|