Index: tools/memory_watcher/memory_watcher.cc |
diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc |
index 66c4aafc02b5ff6af19fddc1b5d76ec33e9c2b38..1aeb6a43ddee30f511efc33dc17f0db143ecb191 100644 |
--- a/tools/memory_watcher/memory_watcher.cc |
+++ b/tools/memory_watcher/memory_watcher.cc |
@@ -11,7 +11,7 @@ |
#include "base/file_util.h" |
#include "base/logging.h" |
#include "base/metrics/stats_counters.h" |
-#include "base/string_util.h" |
+#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/synchronization/lock.h" |
#include "tools/memory_watcher/call_stack.h" |