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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/mount_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_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/mount_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
similarity index 97%
rename from native_client_sdk/src/libraries/nacl_mounts_test/mount_test.cc
rename to native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
index 34c7ce6aa26bcd97f194b12165bc9a017ae96bac..3b8df4ddb41b9dd56df05e64acd610b4410fc321 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/mount_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
@@ -9,10 +9,10 @@
#include <string>
#include <sys/stat.h>
-#include "nacl_mounts/mount.h"
-#include "nacl_mounts/mount_dev.h"
-#include "nacl_mounts/mount_mem.h"
-#include "nacl_mounts/osdirent.h"
+#include "nacl_io/mount.h"
+#include "nacl_io/mount_dev.h"
+#include "nacl_io/mount_mem.h"
+#include "nacl_io/osdirent.h"
#include "gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698