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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.c

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/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 */
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.h ('k') | native_client_sdk/src/examples/hello_nacl_io/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698