| Index: base/debug/stack_trace_posix.cc
|
| diff --git a/base/debug/stack_trace_posix.cc b/base/debug/stack_trace_posix.cc
|
| index 27a656e6caffe7a3efc58fda7c4758b5d7fcdf77..db999b783f22f9e733e8cde3f88870bad8f4c6da 100644
|
| --- a/base/debug/stack_trace_posix.cc
|
| +++ b/base/debug/stack_trace_posix.cc
|
| @@ -33,8 +33,11 @@
|
| #include <AvailabilityMacros.h>
|
| #endif
|
|
|
| -#include "base/debug/debugger.h"
|
| +#if defined(OS_LINUX)
|
| #include "base/debug/proc_maps_linux.h"
|
| +#endif
|
| +
|
| +#include "base/debug/debugger.h"
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/memory/free_deleter.h"
|
|
|