| Index: base/debug/stack_trace_posix.cc
|
| diff --git a/base/debug/stack_trace_posix.cc b/base/debug/stack_trace_posix.cc
|
| index ff756fc0eece78622d703162432726d517b198fa..4c4daedfe35ccb676f96a0160c42cb107a575088 100644
|
| --- a/base/debug/stack_trace_posix.cc
|
| +++ b/base/debug/stack_trace_posix.cc
|
| @@ -27,9 +27,9 @@
|
| #endif
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/safe_strerror_posix.h"
|
| #include "base/string_piece.h"
|
| #include "base/stringprintf.h"
|
|
|