| Index: base/trace_event/heap_profiler_heap_dump_writer.cc
 | 
| diff --git a/base/trace_event/heap_profiler_heap_dump_writer.cc b/base/trace_event/heap_profiler_heap_dump_writer.cc
 | 
| index e37c540cc22fd78119ffdc3d3293ff9e1245cd0e..d14f8c471534c24b5be76c6394094c9bd0be8039 100644
 | 
| --- a/base/trace_event/heap_profiler_heap_dump_writer.cc
 | 
| +++ b/base/trace_event/heap_profiler_heap_dump_writer.cc
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "base/trace_event/heap_profiler_heap_dump_writer.h"
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <algorithm>
 | 
|  #include <iterator>
 | 
|  #include <tuple>
 | 
| @@ -12,6 +14,7 @@
 | 
|  
 | 
|  #include "base/format_macros.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/strings/stringprintf.h"
 | 
|  #include "base/trace_event/heap_profiler_stack_frame_deduplicator.h"
 | 
|  #include "base/trace_event/heap_profiler_type_name_deduplicator.h"
 | 
| 
 |