| Index: base/debug/crash_logging.cc
|
| diff --git a/base/debug/crash_logging.cc b/base/debug/crash_logging.cc
|
| index b21eae5e3cb8706b08230d4cf88c70222e5887af..6a36a916c62dcd2e102eafbcea28b1c2206670b6 100644
|
| --- a/base/debug/crash_logging.cc
|
| +++ b/base/debug/crash_logging.cc
|
| @@ -10,8 +10,8 @@
|
| #include "base/debug/stack_trace.h"
|
| #include "base/format_macros.h"
|
| #include "base/logging.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
|
|
| namespace base {
|
| namespace debug {
|
|
|