From 9b6f42934e5a1e65ebfc668d91a28a6e2678a14c Mon Sep 17 00:00:00 2001 From: avi Date: Sat, 26 Dec 2015 14:15:14 -0800 Subject: Switch to standard integer types in base/. BUG=138542 TBR=mark@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1538743002 Cr-Commit-Position: refs/heads/master@{#366910} --- base/json/json_writer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'base/json/json_writer.h') diff --git a/base/json/json_writer.h b/base/json/json_writer.h index 5711665..ef43341 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 + #include #include "base/base_export.h" -#include "base/basictypes.h" +#include "base/macros.h" namespace base { -- cgit v1.1