Index: base/file_util.h |
diff --git a/base/file_util.h b/base/file_util.h |
index 0f5af2d6b6e977d98b5170eb4ad1c33b5997723a..fb6f6244a06cef12eb10af0d71d8ad000d000ab4 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 { |