| Index: content/renderer/pepper/pepper_video_destination_host.h
|
| diff --git a/content/renderer/pepper/pepper_video_destination_host.h b/content/renderer/pepper/pepper_video_destination_host.h
|
| index 3b2485a209dafae4dc41f000f3113a547cd5fdd4..75208a7f8e97c13bee128df14ce8b4cec0dde971 100644
|
| --- a/content/renderer/pepper/pepper_video_destination_host.h
|
| +++ b/content/renderer/pepper/pepper_video_destination_host.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PEPPER_VIDEO_DESTINATION_HOST_H_
|
| #define CONTENT_RENDERER_PEPPER_PEPPER_VIDEO_DESTINATION_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/common/content_export.h"
|
|
|