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

Unified Diff: base/files/file_util.cc

Issue 2692273008: Hacky slashy (Closed)
Patch Set: wip 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.cc
diff --git a/base/files/file_util.cc b/base/files/file_util.cc
index 80fa44f9ea22648fb7b9e9a55e67a049abcb66c0..f60b9b9922dfe6d66e3b5b3cb7d8b8129aac10ec 100644
--- a/base/files/file_util.cc
+++ b/base/files/file_util.cc
@@ -21,6 +21,10 @@
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
+#if defined(OS_FUCHSIA)
+#include <unistd.h>
+#endif
+
namespace base {
#if !defined(OS_NACL_NONSFI)

Powered by Google App Engine
This is Rietveld 408576698