| Index: ppapi/proxy/ppb_testing_proxy.h
|
| diff --git a/ppapi/proxy/ppb_testing_proxy.h b/ppapi/proxy/ppb_testing_proxy.h
|
| index 7640291bfb8ac70fc139383878fb67a3f57288b1..c4b149acfcee78cbfa60dc176449211abb44c8cb 100644
|
| --- a/ppapi/proxy/ppb_testing_proxy.h
|
| +++ b/ppapi/proxy/ppb_testing_proxy.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef PPAPI_PROXY_PPB_TESTING_PROXY_H_
|
| #define PPAPI_PROXY_PPB_TESTING_PROXY_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/c/private/ppb_testing_private.h"
|
|
|