Chromium Code Reviews| Index: base/json/json_writer.h |
| diff --git a/base/json/json_writer.h b/base/json/json_writer.h |
| index 5711665cbecb6970a4ea0c762819bd75f12b0848..ef433414090aa5aea7f889193c86ead13bb1c4fd 100644 |
| --- a/base/json/json_writer.h |
| +++ b/base/json/json_writer.h |
| @@ -5,10 +5,12 @@ |
| #ifndef BASE_JSON_JSON_WRITER_H_ |
| #define BASE_JSON_JSON_WRITER_H_ |
| +#include <stddef.h> |
| + |
| #include <string> |
| #include "base/base_export.h" |
| -#include "base/basictypes.h" |
| +#include "base/macros.h" |
| namespace base { |