| Index: ppapi/shared_impl/flash_clipboard_format_registry.h
|
| diff --git a/ppapi/shared_impl/flash_clipboard_format_registry.h b/ppapi/shared_impl/flash_clipboard_format_registry.h
|
| index 9e9ae3000c9c34e927b8bbdc8c89c7a9dccb0c63..1d6a3ef5abd107e91dca49992b353f4d64a30d53 100644
|
| --- a/ppapi/shared_impl/flash_clipboard_format_registry.h
|
| +++ b/ppapi/shared_impl/flash_clipboard_format_registry.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef PPAPI_SHARED_IMPL_FLASH_CLIPBOARD_FORMAT_REGISTRY_H_
|
| #define PPAPI_SHARED_IMPL_FLASH_CLIPBOARD_FORMAT_REGISTRY_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/c/private/ppb_flash_clipboard.h"
|
| #include "ppapi/shared_impl/ppapi_shared_export.h"
|
|
|
|
|