| Index: ppapi/proxy/ppb_testing_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_testing_proxy.cc b/ppapi/proxy/ppb_testing_proxy.cc
|
| index 438179854b8e1b686be23a7bb102a35a8e4a8e5a..6ddbd7ea801868233125c8fa4c8b301931bea14a 100644
|
| --- a/ppapi/proxy/ppb_testing_proxy.cc
|
| +++ b/ppapi/proxy/ppb_testing_proxy.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ppapi/proxy/ppb_testing_proxy.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/message_loop/message_loop.h"
|
| #include "ppapi/c/private/ppb_testing_private.h"
|
| #include "ppapi/proxy/enter_proxy.h"
|
|
|