diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 05:40:52 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 05:40:52 +0000 |
commit | 57999817d30c384de8974a2c64c0356e71fde63c (patch) | |
tree | eea7cbd7cd2a1226d4d7e0b983d01268334dc2ba /base/mac | |
parent | 8701de1793a2c3fdf0f596aee8ec93c61c00bf2e (diff) | |
download | chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.zip chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.gz chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.bz2 |
Move file_path.h to base/files.
TBR=sky
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac')
-rw-r--r-- | base/mac/bundle_locations.h | 2 | ||||
-rw-r--r-- | base/mac/foundation_util.mm | 2 | ||||
-rw-r--r-- | base/mac/foundation_util_unittest.mm | 2 | ||||
-rw-r--r-- | base/mac/mac_util.mm | 2 | ||||
-rw-r--r-- | base/mac/mac_util_unittest.mm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/base/mac/bundle_locations.h b/base/mac/bundle_locations.h index 1d96539..276290b 100644 --- a/base/mac/bundle_locations.h +++ b/base/mac/bundle_locations.h @@ -6,7 +6,7 @@ #define BASE_MAC_BUNDLE_LOCATIONS_H_ #include "base/base_export.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #if defined(__OBJC__) #import <Foundation/Foundation.h> diff --git a/base/mac/foundation_util.mm b/base/mac/foundation_util.mm index 1217402..71e8942 100644 --- a/base/mac/foundation_util.mm +++ b/base/mac/foundation_util.mm @@ -7,7 +7,7 @@ #include <stdlib.h> #include <string.h> -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/mac/bundle_locations.h" #include "base/mac/mac_logging.h" diff --git a/base/mac/foundation_util_unittest.mm b/base/mac/foundation_util_unittest.mm index 6fb85d8..fc7dd09 100644 --- a/base/mac/foundation_util_unittest.mm +++ b/base/mac/foundation_util_unittest.mm @@ -5,7 +5,7 @@ #include "base/mac/foundation_util.h" #include "base/basictypes.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/mac/scoped_cftyperef.h" #include "base/mac/scoped_nsautorelease_pool.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/mac/mac_util.mm b/base/mac/mac_util.mm index 5a46200..d3594a4 100644 --- a/base/mac/mac_util.mm +++ b/base/mac/mac_util.mm @@ -12,7 +12,7 @@ #include <sys/utsname.h> #include <sys/xattr.h> -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/mac/bundle_locations.h" #include "base/mac/foundation_util.h" diff --git a/base/mac/mac_util_unittest.mm b/base/mac/mac_util_unittest.mm index 3182948..44cc5ec 100644 --- a/base/mac/mac_util_unittest.mm +++ b/base/mac/mac_util_unittest.mm @@ -6,8 +6,8 @@ #include "base/mac/mac_util.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/mac/foundation_util.h" #include "base/mac/scoped_cftyperef.h" |