summaryrefslogtreecommitdiffstats
path: root/chrome/test/logging
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 05:07:47 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 05:07:47 +0000
commit63a72deb190c01e22041b4e7f6d35edd905695b5 (patch)
tree19aecc087f598fb942c8c503ae0a9d91c931e09e /chrome/test/logging
parentd0ea478b41f221e55794929e2f941b47f96170c1 (diff)
downloadchromium_src-63a72deb190c01e22041b4e7f6d35edd905695b5.zip
chromium_src-63a72deb190c01e22041b4e7f6d35edd905695b5.tar.gz
chromium_src-63a72deb190c01e22041b4e7f6d35edd905695b5.tar.bz2
Use a direct include of strings headers in chrome/test/.
BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205422 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/logging')
-rw-r--r--chrome/test/logging/win/file_logger.cc2
-rw-r--r--chrome/test/logging/win/file_logger.h2
-rw-r--r--chrome/test/logging/win/test_log_collector.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/logging/win/file_logger.cc b/chrome/test/logging/win/file_logger.cc
index da09fd4..7462851 100644
--- a/chrome/test/logging/win/file_logger.cc
+++ b/chrome/test/logging/win/file_logger.cc
@@ -14,7 +14,7 @@
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/logging_win.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/event_trace_consumer.h"
#include "base/win/registry.h"
diff --git a/chrome/test/logging/win/file_logger.h b/chrome/test/logging/win/file_logger.h
index 5a6caa6..f2a911d 100644
--- a/chrome/test/logging/win/file_logger.h
+++ b/chrome/test/logging/win/file_logger.h
@@ -8,7 +8,7 @@
#include <guiddef.h>
#include "base/basictypes.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "base/win/event_trace_controller.h"
namespace base {
diff --git a/chrome/test/logging/win/test_log_collector.cc b/chrome/test/logging/win/test_log_collector.cc
index 0bb1f24..86ee24c 100644
--- a/chrome/test/logging/win/test_log_collector.cc
+++ b/chrome/test/logging/win/test_log_collector.cc
@@ -17,7 +17,7 @@
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
#include "chrome/test/base/test_switches.h"
#include "chrome/test/logging/win/file_logger.h"
#include "chrome/test/logging/win/log_file_printer.h"