| Index: courgette/third_party/paged_array.h
|
| diff --git a/courgette/third_party/paged_array.h b/courgette/third_party/paged_array.h
|
| index 76cb879b8a9680bf54b1dd43b4c7124138cebff7..48a92f171fb1a804d9947ba419c1b7a60027d7ab 100644
|
| --- a/courgette/third_party/paged_array.h
|
| +++ b/courgette/third_party/paged_array.h
|
| @@ -11,7 +11,9 @@
|
| #ifndef COURGETTE_BSDIFF_PAGED_ARRAY_H_
|
| #define COURGETTE_BSDIFF_PAGED_ARRAY_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/process/memory.h"
|
|
|
| namespace courgette {
|
|
|