summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/logging_chrome.cc2
-rw-r--r--chrome/common/sandbox_mac_unittest.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
index c957782..2747447 100644
--- a/chrome/common/logging_chrome.cc
+++ b/chrome/common/logging_chrome.cc
@@ -38,8 +38,8 @@
#include "base/file_util.h"
#include "base/logging.h"
#include "base/path_service.h"
-#include "base/string_util.h"
#include "base/sys_info.h"
+#include "base/utf_string_conversions.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/env_vars.h"
diff --git a/chrome/common/sandbox_mac_unittest.mm b/chrome/common/sandbox_mac_unittest.mm
index 6f469f1..0adcc6d 100644
--- a/chrome/common/sandbox_mac_unittest.mm
+++ b/chrome/common/sandbox_mac_unittest.mm
@@ -12,8 +12,8 @@ extern "C" {
#include "base/file_util.h"
#include "base/file_path.h"
#include "base/multiprocess_test.h"
-#include "base/string_util.h"
#include "base/sys_string_conversions.h"
+#include "base/utf_string_conversions.h"
#include "chrome/common/sandbox_mac.h"
#include "testing/gtest/include/gtest/gtest.h"