diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 11:23:32 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 11:23:32 +0000 |
commit | eba299370522353ca08036394ab4443e84e990ae (patch) | |
tree | fc7195f8baaab6545c797524eb2771404db49ccc /base/file_util_posix.cc | |
parent | be2a0acabf2622e63bdb00a2a6ae5ad909fba7e0 (diff) | |
download | chromium_src-eba299370522353ca08036394ab4443e84e990ae.zip chromium_src-eba299370522353ca08036394ab4443e84e990ae.tar.gz chromium_src-eba299370522353ca08036394ab4443e84e990ae.tar.bz2 |
Fix #endif comments for iOS exclusions in base/file_util*
The #endif comments were missed in the original CL.
TBR=
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10795086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util_posix.cc')
-rw-r--r-- | base/file_util_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util_posix.cc b/base/file_util_posix.cc index 0dc4f33..9a36fb2 100644 --- a/base/file_util_posix.cc +++ b/base/file_util_posix.cc @@ -1155,6 +1155,6 @@ bool VerifyPathControlledByAdmin(const FilePath& path) { return VerifyPathControlledByUser( kFileSystemRoot, path, kRootUid, allowed_group_ids); } -#endif // defined(OS_MACOSX) +#endif // defined(OS_MACOSX) && !defined(OS_IOS) } // namespace file_util |