| Index: content/renderer/pepper/pepper_camera_device_host.h
|
| diff --git a/content/renderer/pepper/pepper_camera_device_host.h b/content/renderer/pepper/pepper_camera_device_host.h
|
| index 3a13cac5704af1679817c255ae29f6dd9be59ca3..4cce0a165563f19cc7a0e7d70f1f679445aac358 100644
|
| --- a/content/renderer/pepper/pepper_camera_device_host.h
|
| +++ b/content/renderer/pepper/pepper_camera_device_host.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PEPPER_CAMERA_DEVICE_HOST_H_
|
| #define CONTENT_RENDERER_PEPPER_PEPPER_CAMERA_DEVICE_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/public/renderer/renderer_ppapi_host.h"
|
| #include "content/renderer/pepper/ppb_buffer_impl.h"
|
|
|