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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_proxy.h

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix c file. 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_proxy.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
similarity index 96%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
rename to native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
index 0df80ee3c71fe7a5a466858f0ce1ad1c502528f6..04f76647934368e25a472102e94515e9fd2502b4 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
@@ -12,10 +12,10 @@
#include <string>
#include <vector>
-#include "nacl_mounts/kernel_object.h"
-#include "nacl_mounts/mount.h"
-#include "nacl_mounts/ostypes.h"
-#include "nacl_mounts/path.h"
+#include "nacl_io/kernel_object.h"
+#include "nacl_io/mount.h"
+#include "nacl_io/ostypes.h"
+#include "nacl_io/path.h"
class KernelHandle;
class Mount;

Powered by Google App Engine
This is Rietveld 408576698