| Index: ppapi/proxy/url_request_info_resource.h
|
| diff --git a/ppapi/proxy/url_request_info_resource.h b/ppapi/proxy/url_request_info_resource.h
|
| index 318668fb0a2e948e68079945f9317ac4fdd811b6..1ec7d13b38b16394dd6e5c0880aa76aff65c9c20 100644
|
| --- a/ppapi/proxy/url_request_info_resource.h
|
| +++ b/ppapi/proxy/url_request_info_resource.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef PPAPI_PROXY_URL_REQUEST_INFO_RESOURCE_H_
|
| #define PPAPI_PROXY_URL_REQUEST_INFO_RESOURCE_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/proxy/ppapi_proxy_export.h"
|
| #include "ppapi/shared_impl/url_request_info_data.h"
|
|
|