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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_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/kernel_proxy_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/kernel_proxy_test.cc b/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_test.cc
similarity index 96%
rename from native_client_sdk/src/libraries/nacl_mounts_test/kernel_proxy_test.cc
rename to native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_test.cc
index a63f5a0f940fa788f0067a8199ab6b254281a0fc..f1e1e8175da5d105c4da8efa6de265d7159a7565 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/kernel_proxy_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_test.cc
@@ -11,12 +11,12 @@
#include <map>
#include <string>
-#include "nacl_mounts/kernel_handle.h"
-#include "nacl_mounts/kernel_intercept.h"
-#include "nacl_mounts/kernel_proxy.h"
-#include "nacl_mounts/mount.h"
-#include "nacl_mounts/mount_mem.h"
-#include "nacl_mounts/path.h"
+#include "nacl_io/kernel_handle.h"
+#include "nacl_io/kernel_intercept.h"
+#include "nacl_io/kernel_proxy.h"
+#include "nacl_io/mount.h"
+#include "nacl_io/mount_mem.h"
+#include "nacl_io/path.h"
#include "gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698