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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/path_test.cc

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix c file. 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/path_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc
similarity index 99%
rename from native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
rename to native_client_sdk/src/libraries/nacl_io_test/path_test.cc
index ea89d42d68522ee8349ed999bcd74e9ff9957dd9..a9524c14941f5063e309fa99fbce538e1d99f97c 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/path_test.cc
@@ -4,8 +4,8 @@
*/
#include <fcntl.h>
-#include "nacl_mounts/kernel_proxy.h"
-#include "nacl_mounts/path.h"
+#include "nacl_io/kernel_proxy.h"
+#include "nacl_io/path.h"
#include "gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698