| Index: components/pdf/renderer/pepper_pdf_host.h
|
| diff --git a/components/pdf/renderer/pepper_pdf_host.h b/components/pdf/renderer/pepper_pdf_host.h
|
| index 9056fec90238328d49c22369997831e96c64b409..7787229a6fc139de5aa3a5998161fa7ff7fd852e 100644
|
| --- a/components/pdf/renderer/pepper_pdf_host.h
|
| +++ b/components/pdf/renderer/pepper_pdf_host.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef COMPONENTS_PDF_RENDERER_PEPPER_PDF_HOST_H_
|
| #define COMPONENTS_PDF_RENDERER_PEPPER_PDF_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "ppapi/c/ppb_image_data.h"
|
|
|