| Index: base/debug/debugger_posix.cc
|
| diff --git a/base/debug/debugger_posix.cc b/base/debug/debugger_posix.cc
|
| index ce40700b62b6df7b327d51840ecaa61ca9f61558..066c592bd4536f8640cde02db336c327ea8a112f 100644
|
| --- a/base/debug/debugger_posix.cc
|
| +++ b/base/debug/debugger_posix.cc
|
| @@ -40,8 +40,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "base/safe_strerror_posix.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "base/strings/stringprintf.h"
|
|
|
| #if defined(USE_SYMBOLIZE)
|
| #include "base/third_party/symbolize/symbolize.h"
|
|
|