summaryrefslogtreecommitdiffstats
path: root/tools/memory_watcher
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 08:04:16 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 08:04:16 +0000
commit66cbe221405716e58c9e22d877b3c58fcb8ed656 (patch)
treeda0b191e6526f6c33b32219db087eedf8edc4c58 /tools/memory_watcher
parent5c073323e30996ee25724abdb3cbd0e68d0e566a (diff)
downloadchromium_src-66cbe221405716e58c9e22d877b3c58fcb8ed656.zip
chromium_src-66cbe221405716e58c9e22d877b3c58fcb8ed656.tar.gz
chromium_src-66cbe221405716e58c9e22d877b3c58fcb8ed656.tar.bz2
Use a direct include of strings headers in testing/, third_party/, tools/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15851009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r--tools/memory_watcher/call_stack.cc2
-rw-r--r--tools/memory_watcher/memory_watcher.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/memory_watcher/call_stack.cc b/tools/memory_watcher/call_stack.cc
index 81a453a..6f829b4 100644
--- a/tools/memory_watcher/call_stack.cc
+++ b/tools/memory_watcher/call_stack.cc
@@ -7,7 +7,7 @@
#include <shlwapi.h>
#include <tlhelp32.h>
-#include "base/string_number_conversions.h"
+#include "base/strings/string_number_conversions.h"
#include "tools/memory_watcher/memory_hook.h"
// Typedefs for explicit dynamic linking with functions exported from
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"