summaryrefslogtreecommitdiffstats
path: root/chrome/common/mac
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/mac')
-rw-r--r--chrome/common/mac/app_mode_chrome_locator.mm2
-rw-r--r--chrome/common/mac/app_mode_chrome_locator_unittest.mm2
-rw-r--r--chrome/common/mac/app_mode_common.h2
-rw-r--r--chrome/common/mac/mock_launchd.cc2
-rw-r--r--chrome/common/mac/mock_launchd.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/chrome/common/mac/app_mode_chrome_locator.mm b/chrome/common/mac/app_mode_chrome_locator.mm
index 292099d..458d279 100644
--- a/chrome/common/mac/app_mode_chrome_locator.mm
+++ b/chrome/common/mac/app_mode_chrome_locator.mm
@@ -7,7 +7,7 @@
#import <AppKit/AppKit.h>
#include <CoreFoundation/CoreFoundation.h>
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/mac/foundation_util.h"
#include "base/sys_string_conversions.h"
#include "chrome/common/chrome_constants.h"
diff --git a/chrome/common/mac/app_mode_chrome_locator_unittest.mm b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
index 69ea8a8..c924111 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_path.h"
#include "base/file_util.h"
+#include "base/files/file_path.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.h b/chrome/common/mac/app_mode_common.h
index 2aef955..e4ccb04 100644
--- a/chrome/common/mac/app_mode_common.h
+++ b/chrome/common/mac/app_mode_common.h
@@ -7,7 +7,7 @@
#import <Foundation/Foundation.h>
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/string16.h"
// This file contains constants, interfaces, etc. which are common to the
diff --git a/chrome/common/mac/mock_launchd.cc b/chrome/common/mac/mock_launchd.cc
index c6c196d..3330c86 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_path.h"
#include "base/file_util.h"
+#include "base/files/file_path.h"
#include "base/mac/foundation_util.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/message_loop.h"
diff --git a/chrome/common/mac/mock_launchd.h b/chrome/common/mac/mock_launchd.h
index 0b52622..b88b23a5 100644
--- a/chrome/common/mac/mock_launchd.h
+++ b/chrome/common/mac/mock_launchd.h
@@ -9,7 +9,7 @@
#include <string>
-#include "base/file_path.h"
+#include "base/files/file_path.h"
#include "base/mac/scoped_cftyperef.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/common/mac/launchd.h"