summaryrefslogtreecommitdiffstats
path: root/base/debug/crash_logging.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/crash_logging.cc')
-rw-r--r--base/debug/crash_logging.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/debug/crash_logging.cc b/base/debug/crash_logging.cc
index b21eae5..6a36a91 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 {