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.h | |
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.h')
-rw-r--r-- | base/file_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util.h b/base/file_util.h index 0f5af2d..fb6f624 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -455,7 +455,7 @@ BASE_EXPORT bool VerifyPathControlledByUser(const FilePath& base, // "admin", are not writable by all users, and contain no symbolic links. // Will return false if |path| does not exist. BASE_EXPORT bool VerifyPathControlledByAdmin(const FilePath& path); -#endif // defined(OS_MACOSX) +#endif // defined(OS_MACOSX) && !defined(OS_IOS) // A class to handle auto-closing of FILE*'s. class ScopedFILEClose { |