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

Unified Diff: base/files/file_enumerator_posix.cc

Issue 2692273008: Hacky slashy (Closed)
Patch Set: . Created 3 years, 10 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
Index: base/files/file_enumerator_posix.cc
diff --git a/base/files/file_enumerator_posix.cc b/base/files/file_enumerator_posix.cc
index fb4010aadcad566f304a899344f1cb892b666081..416aa686d66e133eb9f210aa4f1d5ef87fd1a437 100644
--- a/base/files/file_enumerator_posix.cc
+++ b/base/files/file_enumerator_posix.cc
@@ -126,8 +126,8 @@ bool FileEnumerator::ReadDirectory(std::vector<FileInfo>* entries,
return false;
#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_BSD) && \
- !defined(OS_SOLARIS) && !defined(OS_ANDROID)
- #error Port warning: depending on the definition of struct dirent, \
+ !defined(OS_SOLARIS) && !defined(OS_ANDROID) && !defined(OS_FUCHSIA)
+#error Port warning: depending on the definition of struct dirent, \
additional space for pathname may be needed
#endif

Powered by Google App Engine
This is Rietveld 408576698