Index: base/file_util_posix.cc |
diff --git a/base/file_util_posix.cc b/base/file_util_posix.cc |
index 0dc4f33bea6e97396e7fa4afc8420554c61c0e6f..9a36fb290677a63f2a34d7ccda60693a04c17e2e 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 |