diff options
Diffstat (limited to 'tools/memory_watcher/memory_watcher.cc')
-rw-r--r-- | tools/memory_watcher/memory_watcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc index 66c4aaf..1aeb6a4 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" |