| Index: ppapi/proxy/camera_device_resource.h
|
| diff --git a/ppapi/proxy/camera_device_resource.h b/ppapi/proxy/camera_device_resource.h
|
| index 93878fe37df94a39307f1c2cc807b4073f976a37..d6ff4b7846ad7c48a958185c4ce7d0bea91838ca 100644
|
| --- a/ppapi/proxy/camera_device_resource.h
|
| +++ b/ppapi/proxy/camera_device_resource.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef PPAPI_PROXY_CAMERA_DEVICE_RESOURCE_H_
|
| #define PPAPI_PROXY_CAMERA_DEVICE_RESOURCE_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "ppapi/c/pp_size.h"
|
| #include "ppapi/c/private/pp_video_capture_format.h"
|
| #include "ppapi/proxy/connection.h"
|
|
|