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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_http.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/mount_http.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_http.cc b/native_client_sdk/src/libraries/nacl_io/mount_http.cc
similarity index 99%
rename from native_client_sdk/src/libraries/nacl_mounts/mount_http.cc
rename to native_client_sdk/src/libraries/nacl_io/mount_http.cc
index 0bcdd27f612f32fe94dd3ab1662c0d9bbe403843..e387dba1790dbf4410de5bfcceae2f2bba531de4 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_http.cc
+++ b/native_client_sdk/src/libraries/nacl_io/mount_http.cc
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include "nacl_mounts/mount_http.h"
+#include "nacl_io/mount_http.h"
#include <assert.h>
#include <ctype.h>
#include <errno.h>
@@ -14,8 +14,8 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <vector>
-#include "nacl_mounts/mount_node_dir.h"
-#include "nacl_mounts/osinttypes.h"
+#include "nacl_io/mount_node_dir.h"
+#include "nacl_io/osinttypes.h"
#include "utils/auto_lock.h"
#if defined(WIN32)
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_http.h ('k') | native_client_sdk/src/libraries/nacl_io/mount_mem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698