| Index: pdf/document_loader.h
|
| diff --git a/pdf/document_loader.h b/pdf/document_loader.h
|
| index 7e175debdcf878a9511d10a6ebbb2e6e2523ba1d..e5e08d6ee6dd848f4171f6c51a3dd07c0a84365f 100644
|
| --- a/pdf/document_loader.h
|
| +++ b/pdf/document_loader.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef PDF_DOCUMENT_LOADER_H_
|
| #define PDF_DOCUMENT_LOADER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <list>
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "pdf/chunk_stream.h"
|
| #include "ppapi/cpp/url_loader.h"
|
| #include "ppapi/utility/completion_callback_factory.h"
|
|
|