| Index: ppapi/proxy/device_enumeration_resource_helper.h
|
| diff --git a/ppapi/proxy/device_enumeration_resource_helper.h b/ppapi/proxy/device_enumeration_resource_helper.h
|
| index cea31537df2845474f2e0f57c6f4e622ccec4b08..ea96ea2ba7163b7a2be80802b688ec973e4d6bb5 100644
|
| --- a/ppapi/proxy/device_enumeration_resource_helper.h
|
| +++ b/ppapi/proxy/device_enumeration_resource_helper.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef PPAPI_PROXY_DEVICE_ENUMERATION_RESOURCE_HELPER_H_
|
| #define PPAPI_PROXY_DEVICE_ENUMERATION_RESOURCE_HELPER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ppapi/c/dev/ppb_device_ref_dev.h"
|
|
|