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

Unified Diff: native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback 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_demo.h
diff --git a/native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.h b/native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h
similarity index 86%
rename from native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.h
rename to native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h
index f3bcd101da849dbf7131afa0dbd15e559d1b0ff5..25de39553bf2502d54ee3e579f3d54da8502a189 100644
--- a/native_client_sdk/src/examples/demo/nacl_io/hello_nacl_io.h
+++ b/native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef HELLO_NACL_IO_H_
-#define HELLO_NACL_IO_H_
+#ifndef NACL_IO_DEMO_H_
+#define NACL_IO_DEMO_H_
#include <stdarg.h>
#include "ppapi/c/pp_var.h"
@@ -15,4 +15,4 @@ char* PrintfToNewString(const char* format, ...);
struct PP_Var PrintfToVar(const char* format, ...);
uint32_t VarToCStr(struct PP_Var var, char* buffer, uint32_t length);
-#endif /* HELLO_NACL_IO_H_ */
+#endif /* NACL_IO_DEMO_H_ */

Powered by Google App Engine
This is Rietveld 408576698