| Index: base/trace_event/heap_profiler_allocation_register_unittest.cc
|
| diff --git a/base/trace_event/heap_profiler_allocation_register_unittest.cc b/base/trace_event/heap_profiler_allocation_register_unittest.cc
|
| index e6447fce3d7f82fb28f85131cf9541c1b8b4345c..b74f052d6511d94abd048bbb4859dc2bd7846ee6 100644
|
| --- a/base/trace_event/heap_profiler_allocation_register_unittest.cc
|
| +++ b/base/trace_event/heap_profiler_allocation_register_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "base/trace_event/heap_profiler_allocation_register.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/process/process_metrics.h"
|
| #include "base/trace_event/heap_profiler_allocation_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|