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

Unified Diff: native_client_sdk/src/libraries/nacl_io/nacl_io.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/nacl_io.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc b/native_client_sdk/src/libraries/nacl_io/nacl_io.cc
similarity index 55%
rename from native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc
rename to native_client_sdk/src/libraries/nacl_io/nacl_io.cc
index 8490c301ae5d74c3e6c553b07f7431af2ca13dcd..9750cd858d29f8681e3d45371b4683192ef97832 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/nacl_mounts.cc
+++ b/native_client_sdk/src/libraries/nacl_io/nacl_io.cc
@@ -3,16 +3,16 @@
* found in the LICENSE file.
*/
-#include "nacl_mounts/nacl_mounts.h"
+#include "nacl_io/nacl_io.h"
#include <stdlib.h>
-#include "nacl_mounts/kernel_intercept.h"
+#include "nacl_io/kernel_intercept.h"
-void nacl_mounts_init() {
+void nacl_io_init() {
ki_init(NULL);
}
-void nacl_mounts_init_ppapi(PP_Instance instance,
- PPB_GetInterface get_interface) {
+void nacl_io_init_ppapi(PP_Instance instance,
+ PPB_GetInterface get_interface) {
ki_init_ppapi(NULL, instance, get_interface);
}
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/nacl_io.h ('k') | native_client_sdk/src/libraries/nacl_io/nacl_mounts.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698