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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/handlers.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/handlers.c
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/handlers.c b/native_client_sdk/src/examples/hello_nacl_io/handlers.c
similarity index 99%
rename from native_client_sdk/src/examples/hello_nacl_mounts/handlers.c
rename to native_client_sdk/src/examples/hello_nacl_io/handlers.c
index 1d95f527350ea7a9f594d7e864209ba7ee238c46..062a41fb341343b7a4a2034da55d0e86254c44aa 100644
--- a/native_client_sdk/src/examples/hello_nacl_mounts/handlers.c
+++ b/native_client_sdk/src/examples/hello_nacl_io/handlers.c
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include <string.h>
-#include "hello_nacl_mounts.h"
+#include "hello_nacl_io.h"
#define MAX_OPEN_FILES 10
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/handlers.h ('k') | native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698