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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_object.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_object.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.cc b/native_client_sdk/src/libraries/nacl_io/kernel_object.cc
similarity index 96%
rename from native_client_sdk/src/libraries/nacl_mounts/kernel_object.cc
rename to native_client_sdk/src/libraries/nacl_io/kernel_object.cc
index 6ee6a33123d642f1464d847aabc875ed252a6119..f4ae9d52e8ec33f8faf5d1340464b481eaf88cc5 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.cc
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_object.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_object.h"
+#include "nacl_io/kernel_object.h"
#include <assert.h>
#include <errno.h>
@@ -14,9 +14,9 @@
#include <string>
#include <vector>
-#include "nacl_mounts/kernel_handle.h"
-#include "nacl_mounts/mount.h"
-#include "nacl_mounts/mount_node.h"
+#include "nacl_io/kernel_handle.h"
+#include "nacl_io/mount.h"
+#include "nacl_io/mount_node.h"
#include "utils/auto_lock.h"
KernelObject::KernelObject() {
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_object.h ('k') | native_client_sdk/src/libraries/nacl_io/kernel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698