| Index: chrome/renderer/pepper/pepper_flash_menu_host.h
|
| diff --git a/chrome/renderer/pepper/pepper_flash_menu_host.h b/chrome/renderer/pepper/pepper_flash_menu_host.h
|
| index 3aa730a6afc39c75fdf502452eaf4245686f81ac..249e3469a767ddfb2670b77a3d742bbc67ef0eac 100644
|
| --- a/chrome/renderer/pepper/pepper_flash_menu_host.h
|
| +++ b/chrome/renderer/pepper/pepper_flash_menu_host.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CHROME_RENDERER_PEPPER_PEPPER_FLASH_MENU_HOST_H_
|
| #define CHROME_RENDERER_PEPPER_PEPPER_FLASH_MENU_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "content/public/renderer/context_menu_client.h"
|
| #include "ppapi/c/pp_point.h"
|
| #include "ppapi/host/host_message_context.h"
|
|
|