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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 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: native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap_win.cc b/native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
similarity index 98%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_wrap_win.cc
rename to native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
index f3355ed6f83763578b0488d80f145b9caa458236..b446a15cc8231e480b7696b9e86d66845f941009 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_wrap_win.cc
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc
@@ -7,14 +7,14 @@
// compiled, even on a non-Windows build.
#if defined(WIN32)
-#include "nacl_mounts/kernel_wrap.h"
+#include "nacl_io/kernel_wrap.h"
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <string.h>
#include <sys/types.h> // This must be included before <sys/stat.h>.
#include <sys/stat.h>
-#include "nacl_mounts/kernel_intercept.h"
+#include "nacl_io/kernel_intercept.h"
namespace {
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc ('k') | native_client_sdk/src/libraries/nacl_io/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698