| 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_ */
|
|
|