summaryrefslogtreecommitdiffstats
path: root/chrome/common/mac
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-08-26 03:44:04 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-26 10:48:22 +0000
commit18dfb7a5bd78c71cf22f26e95a67553361bcd804 (patch)
treedfb99d0008be9fd3a8ab2552a43b809348f2b062 /chrome/common/mac
parentd56f127a061c04a1820be448d61b9d985420d98e (diff)
downloadchromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.zip
chromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.tar.gz
chromium_src-18dfb7a5bd78c71cf22f26e95a67553361bcd804.tar.bz2
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
Review URL: https://codereview.chromium.org/486843004 Cr-Commit-Position: refs/heads/master@{#291880}
Diffstat (limited to 'chrome/common/mac')
-rw-r--r--chrome/common/mac/app_mode_chrome_locator_unittest.mm2
-rw-r--r--chrome/common/mac/app_mode_common.mm2
-rw-r--r--chrome/common/mac/mock_launchd.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/mac/app_mode_chrome_locator_unittest.mm b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
index ecaed7d..c6c8798 100644
--- a/chrome/common/mac/app_mode_chrome_locator_unittest.mm
+++ b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
@@ -6,8 +6,8 @@
#include <CoreFoundation/CoreFoundation.h>
-#include "base/file_util.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
#include "chrome/common/chrome_constants.h"
diff --git a/chrome/common/mac/app_mode_common.mm b/chrome/common/mac/app_mode_common.mm
index 8c04706..b966dc7 100644
--- a/chrome/common/mac/app_mode_common.mm
+++ b/chrome/common/mac/app_mode_common.mm
@@ -4,7 +4,7 @@
#include "chrome/common/mac/app_mode_common.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
namespace app_mode {
diff --git a/chrome/common/mac/mock_launchd.cc b/chrome/common/mac/mock_launchd.cc
index 10494a0..6f48482 100644
--- a/chrome/common/mac/mock_launchd.cc
+++ b/chrome/common/mac/mock_launchd.cc
@@ -9,8 +9,8 @@
#include <sys/un.h>
#include "base/basictypes.h"
-#include "base/file_util.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/mac/foundation_util.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/message_loop/message_loop.h"