| Index: pdf/chunk_stream.cc
|
| diff --git a/pdf/chunk_stream.cc b/pdf/chunk_stream.cc
|
| index e5801513aa0fc7c48c96414a3b7668d074973109..bdb5399eff2422949ca0061bbe51e8e935ada841 100644
|
| --- a/pdf/chunk_stream.cc
|
| +++ b/pdf/chunk_stream.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "pdf/chunk_stream.h"
|
|
|
| +#include <stddef.h>
|
| +#include <string.h>
|
| +
|
| #define __STDC_LIMIT_MACROS
|
| #ifdef _WIN32
|
| #include <limits.h>
|
| @@ -13,8 +16,6 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "base/basictypes.h"
|
| -
|
| namespace chrome_pdf {
|
|
|
| ChunkStream::ChunkStream() : stream_size_(0) {
|
|
|