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

Unified Diff: native_client_sdk/src/examples/demo/nacl_io/nacl_io.c

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/demo/nacl_io/nacl_io.c
diff --git a/native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.c b/native_client_sdk/src/examples/demo/nacl_io/nacl_io.c
similarity index 99%
rename from native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.c
rename to native_client_sdk/src/examples/demo/nacl_io/nacl_io.c
index b56e1c67de23a70e89da82ee7445c8fb93850567..e0990a3fd3aaadd1de76224080dc83f4472b5078 100644
--- a/native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.c
+++ b/native_client_sdk/src/examples/demo/nacl_io/nacl_io.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include "hello_nacl_io.h"
+#include "nacl_io.h"
#include <assert.h>
#include <stdio.h>

Powered by Google App Engine
This is Rietveld 408576698