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

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 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/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 98%
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..3f8c91803e4bf95a42a19287aa7922b063269cf1 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"
@@ -229,7 +229,7 @@ TEST(PathTest, Invalid) {
test = current;
test.Append("../../../foo");
EXPECT_EQ("../foo", test.Join());
-
+
test = relative;
test.Append("../..");
EXPECT_EQ(".", test.Join());

Powered by Google App Engine
This is Rietveld 408576698