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

Unified Diff: base/files/file_util_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_util_posix.cc
diff --git a/base/files/file_util_posix.cc b/base/files/file_util_posix.cc
index b6a5f3ff92ce5abd09b3ba784ab14105a04838b0..033d159ac5412b43ea0ba9b8db59e6ce54465d6f 100644
--- a/base/files/file_util_posix.cc
+++ b/base/files/file_util_posix.cc
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/errno.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/stat.h>
@@ -56,6 +55,10 @@
#include <grp.h>
#endif
+#if !defined(OS_FUCHSIA)
+#include <sys/errno.h>
+#endif // OS_FUCHSIA
+
namespace base {
namespace {

Powered by Google App Engine
This is Rietveld 408576698