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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_mem.h

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/mount_mem.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h b/native_client_sdk/src/libraries/nacl_io/mount_mem.h
similarity index 97%
rename from native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
rename to native_client_sdk/src/libraries/nacl_io/mount_mem.h
index 375e94e1041e6947d11e60c95006e4d6d8307604..e501deab690aadb94b27dae09a0fa6f137a018ed 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_mem.h
@@ -8,7 +8,7 @@
#include <map>
#include <string>
-#include "nacl_mounts/mount.h"
+#include "nacl_io/mount.h"
class MountMem : public Mount {
protected:

Powered by Google App Engine
This is Rietveld 408576698