| Index: content/renderer/pepper/pepper_compositor_host.h
|
| diff --git a/content/renderer/pepper/pepper_compositor_host.h b/content/renderer/pepper/pepper_compositor_host.h
|
| index a954ffb034ac7acc4ce20bbcd8a09ba3bba64dcf..fab64176d3140b183f15f8690b17c82f3a2ab5dd 100644
|
| --- a/content/renderer/pepper/pepper_compositor_host.h
|
| +++ b/content/renderer/pepper/pepper_compositor_host.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PEPPER_COMPOSITOR_HOST_H_
|
| #define CONTENT_RENDERER_PEPPER_PEPPER_COMPOSITOR_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 "ppapi/host/host_message_context.h"
|
|
|