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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount.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/mount.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount.cc b/native_client_sdk/src/libraries/nacl_io/mount.cc
similarity index 84%
rename from native_client_sdk/src/libraries/nacl_mounts/mount.cc
rename to native_client_sdk/src/libraries/nacl_io/mount.cc
index 07be9b3961e91e7352cb3596712f7362789cff32..8b583db6fa73aef97a59288703481020cbe1f102 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount.cc
+++ b/native_client_sdk/src/libraries/nacl_io/mount.cc
@@ -2,17 +2,17 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "nacl_mounts/mount.h"
+#include "nacl_io/mount.h"
#include <errno.h>
#include <fcntl.h>
#include <string>
-#include "nacl_mounts/mount_node.h"
-#include "nacl_mounts/mount_node_dir.h"
-#include "nacl_mounts/mount_node_mem.h"
-#include "nacl_mounts/osstat.h"
-#include "nacl_mounts/path.h"
+#include "nacl_io/mount_node.h"
+#include "nacl_io/mount_node_dir.h"
+#include "nacl_io/mount_node_mem.h"
+#include "nacl_io/osstat.h"
+#include "nacl_io/path.h"
#include "utils/auto_lock.h"
#include "utils/ref_object.h"
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount.h ('k') | native_client_sdk/src/libraries/nacl_io/mount_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698