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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/mount_http_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_http_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/mount_http_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc
similarity index 93%
rename from native_client_sdk/src/libraries/nacl_mounts_test/mount_http_test.cc
rename to native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc
index 05030ea300eaf32043b6746c5471a2e7dd9630f2..edf35cbaf0fe33dc1fab08537ae7132bc3740b7a 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/mount_http_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/mount_http_test.cc
@@ -11,10 +11,10 @@
#include <sys/stat.h>
#include <sys/types.h>
-#include "nacl_mounts/kernel_intercept.h"
-#include "nacl_mounts/mount_http.h"
-#include "nacl_mounts/mount_node_dir.h"
-#include "nacl_mounts/osdirent.h"
+#include "nacl_io/kernel_intercept.h"
+#include "nacl_io/mount_http.h"
+#include "nacl_io/mount_node_dir.h"
+#include "nacl_io/osdirent.h"
#include "pepper_interface_mock.h"
using ::testing::_;

Powered by Google App Engine
This is Rietveld 408576698