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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_handle.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_handle.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_handle.cc b/native_client_sdk/src/libraries/nacl_io/kernel_handle.cc
similarity index 91%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_handle.cc
rename to native_client_sdk/src/libraries/nacl_io/kernel_handle.cc
index f1f26000f927270072bedc73ee3c7b68ef3220de..3bcbc92c5a9d0f42d249ca8bbcb493f3c17a5706 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_handle.cc
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_handle.cc
@@ -2,7 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "nacl_mounts/kernel_handle.h"
+#include "nacl_io/kernel_handle.h"
#include <errno.h>
#include <fcntl.h>
@@ -13,8 +13,8 @@
#include <unistd.h>
#endif
-#include "nacl_mounts/mount.h"
-#include "nacl_mounts/mount_node.h"
+#include "nacl_io/mount.h"
+#include "nacl_io/mount_node.h"
// It is only legal to construct a handle while the kernel lock is held.
KernelHandle::KernelHandle(Mount* mnt, MountNode* node, int mode)
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_handle.h ('k') | native_client_sdk/src/libraries/nacl_io/kernel_intercept.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698