Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: base/file_util_posix.cc

Issue 10795086: Fix #endif comments for iOS exclusions in base/file_util* (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/file_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/file_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698