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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/mount_node_test.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_test/mount_node_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/mount_node_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
similarity index 96%
rename from native_client_sdk/src/libraries/nacl_mounts_test/mount_node_test.cc
rename to native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
index 93427988ffc9cd6964bab9cc355904d86e4aca81..d0072ce3b4f5e1cb0e1dc3183fb9af7146cfc595 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/mount_node_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/mount_node_test.cc
@@ -6,11 +6,11 @@
#include <errno.h>
#include <fcntl.h>
-#include "nacl_mounts/kernel_proxy.h"
-#include "nacl_mounts/mount_node.h"
-#include "nacl_mounts/mount_node_dir.h"
-#include "nacl_mounts/mount_node_mem.h"
-#include "nacl_mounts/osdirent.h"
+#include "nacl_io/kernel_proxy.h"
+#include "nacl_io/mount_node.h"
+#include "nacl_io/mount_node_dir.h"
+#include "nacl_io/mount_node_mem.h"
+#include "nacl_io/osdirent.h"
#include "gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698