summaryrefslogtreecommitdiffstats
path: root/base/test
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:11:14 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:11:14 +0000
commitc851cfdc4594a8ced91611531e4f8473852d2edf (patch)
tree351421839f0ee99e9bb23d08a1a6b3faedecda29 /base/test
parentf06d45b092393356b6613e9e049e4e7e200be9d8 (diff)
downloadchromium_src-c851cfdc4594a8ced91611531e4f8473852d2edf.zip
chromium_src-c851cfdc4594a8ced91611531e4f8473852d2edf.tar.gz
chromium_src-c851cfdc4594a8ced91611531e4f8473852d2edf.tar.bz2
Use a direct include of strings headers in base/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16320009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/test')
-rw-r--r--base/test/expectations/parser.cc2
-rw-r--r--base/test/perf_test_suite.cc2
-rw-r--r--base/test/test_file_util_posix.cc2
-rw-r--r--base/test/test_process_killer_win.cc2
-rw-r--r--base/test/test_process_killer_win.h2
-rw-r--r--base/test/test_shortcut_win.cc2
6 files changed, 6 insertions, 6 deletions
diff --git a/base/test/expectations/parser.cc b/base/test/expectations/parser.cc
index 05678a5..c7132e5 100644
--- a/base/test/expectations/parser.cc
+++ b/base/test/expectations/parser.cc
@@ -4,7 +4,7 @@
#include "base/test/expectations/parser.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
namespace test_expectations {
diff --git a/base/test/perf_test_suite.cc b/base/test/perf_test_suite.cc
index 7276c14..7a2d1c9 100644
--- a/base/test/perf_test_suite.cc
+++ b/base/test/perf_test_suite.cc
@@ -10,7 +10,7 @@
#include "base/path_service.h"
#include "base/perftimer.h"
#include "base/process_util.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace base {
diff --git a/base/test/test_file_util_posix.cc b/base/test/test_file_util_posix.cc
index fe5b0ff..aa3e9a0 100644
--- a/base/test/test_file_util_posix.cc
+++ b/base/test/test_file_util_posix.cc
@@ -14,7 +14,7 @@
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/logging.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
using base::MakeAbsoluteFilePath;
diff --git a/base/test/test_process_killer_win.cc b/base/test/test_process_killer_win.cc
index df8d44e..bcc2d5b 100644
--- a/base/test/test_process_killer_win.cc
+++ b/base/test/test_process_killer_win.cc
@@ -11,7 +11,7 @@
#include "base/logging.h"
#include "base/process_util.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "base/win/scoped_handle.h"
namespace {
diff --git a/base/test/test_process_killer_win.h b/base/test/test_process_killer_win.h
index 30aab8e..08ef21b 100644
--- a/base/test/test_process_killer_win.h
+++ b/base/test/test_process_killer_win.h
@@ -5,7 +5,7 @@
#ifndef BASE_TEST_TEST_PROCESS_KILLER_WIN_H_
#define BASE_TEST_TEST_PROCESS_KILLER_WIN_H_
-#include "base/string16.h"
+#include "base/strings/string16.h"
namespace base {
diff --git a/base/test/test_shortcut_win.cc b/base/test/test_shortcut_win.cc
index 43a94ad..e22e374 100644
--- a/base/test/test_shortcut_win.cc
+++ b/base/test/test_shortcut_win.cc
@@ -9,7 +9,7 @@
#include <propkey.h>
#include "base/files/file_path.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/scoped_comptr.h"
#include "base/win/scoped_propvariant.h"