| Index: content/renderer/pepper/ppb_flash_message_loop_impl.h
|
| diff --git a/content/renderer/pepper/ppb_flash_message_loop_impl.h b/content/renderer/pepper/ppb_flash_message_loop_impl.h
|
| index 29c4e1b16651da01d41982748993aa5d958bc062..dc458d4f4fcf9068db9b79b0bfbe744f70637fd4 100644
|
| --- a/content/renderer/pepper/ppb_flash_message_loop_impl.h
|
| +++ b/content/renderer/pepper/ppb_flash_message_loop_impl.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PPB_FLASH_MESSAGE_LOOP_IMPL_H_
|
| #define CONTENT_RENDERER_PEPPER_PPB_FLASH_MESSAGE_LOOP_IMPL_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/shared_impl/resource.h"
|
| #include "ppapi/thunk/ppb_flash_message_loop_api.h"
|
|
|