Index: native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.c |
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.c b/native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.c |
similarity index 98% |
rename from native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.c |
rename to native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.c |
index 63543d73f30ad483a5820b55b680760bd62e2e3d..fde9c1e7616711dcbf8bb6b51220239b11b133c6 100644 |
--- a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.c |
+++ b/native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.c |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-#include "hello_nacl_mounts.h" |
+#include "hello_nacl_io.h" |
#include <assert.h> |
#include <stdio.h> |
@@ -20,7 +20,7 @@ |
#include "ppapi/c/ppp.h" |
#include "ppapi/c/ppp_instance.h" |
#include "ppapi/c/ppp_messaging.h" |
-#include "nacl_mounts/nacl_mounts.h" |
+#include "nacl_io/nacl_io.h" |
#include "handlers.h" |
#include "queue.h" |
@@ -275,7 +275,7 @@ static PP_Bool Instance_DidCreate(PP_Instance instance, |
const char* argn[], |
const char* argv[]) { |
g_instance = instance; |
- nacl_mounts_init_ppapi(instance, get_browser_interface); |
+ nacl_io_init_ppapi(instance, get_browser_interface); |
mount( |
"", /* source */ |
"/persistent", /* target */ |