summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-24 11:23:32 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-24 11:23:32 +0000
commiteba299370522353ca08036394ab4443e84e990ae (patch)
treefc7195f8baaab6545c797524eb2771404db49ccc /base/file_util.h
parentbe2a0acabf2622e63bdb00a2a6ae5ad909fba7e0 (diff)
downloadchromium_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.h2
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 {