| Index: base/trace_event/heap_profiler_allocation_register_posix.cc
|
| diff --git a/base/trace_event/heap_profiler_allocation_register_posix.cc b/base/trace_event/heap_profiler_allocation_register_posix.cc
|
| index bc175e4498757038cd56206e45e80233913b8ae5..c38d7e69182b9a3d73537cc2d4ac148aca9972a1 100644
|
| --- a/base/trace_event/heap_profiler_allocation_register_posix.cc
|
| +++ b/base/trace_event/heap_profiler_allocation_register_posix.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "base/trace_event/heap_profiler_allocation_register.h"
|
|
|
| +#include <stddef.h>
|
| #include <sys/mman.h>
|
| #include <unistd.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/bits.h"
|
| #include "base/logging.h"
|
| #include "base/process/process_metrics.h"
|
|
|