| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index f1b645c0a388a653bc55d4de7c3f9669af65c135..aad6bf3f0f712256d430ee46404faed0e45d20c3 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_
|
| #define PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ppapi/c/pp_bool.h"
|
| #include "ppapi/c/pp_instance.h"
|
|
|