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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/mount_test.cc

Issue 17552017: [NaCl SDK] Additional fix for r207878: Add dummy unistd.h for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more osunistd.h Created 7 years, 6 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 | « native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
index 1b75ab43d2058d4754f38ba5be9390cdbae9e59b..a4b9c89352f4732d436d4e4173608fb47870d994 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
@@ -6,15 +6,15 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
-#include <string>
#include <sys/stat.h>
+#include <string>
+#include "gtest/gtest.h"
#include "nacl_io/mount.h"
#include "nacl_io/mount_dev.h"
#include "nacl_io/mount_mem.h"
#include "nacl_io/osdirent.h"
-
-#include "gtest/gtest.h"
+#include "nacl_io/osunistd.h"
namespace {
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698