| Index: native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.h
|
| diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h b/native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.h
|
| similarity index 84%
|
| rename from native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h
|
| rename to native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.h
|
| index bf33a935c78ae4d1cc1e99346679f242c358dc18..82bf0568bb1bb95b2c3e70b5ae3cbfb714bb8cc5 100644
|
| --- a/native_client_sdk/src/examples/hello_nacl_mounts/hello_nacl_mounts.h
|
| +++ b/native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.h
|
| @@ -3,8 +3,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#ifndef HELLO_NACL_MOUNTS_H_
|
| -#define HELLO_NACL_MOUNTS_H_
|
| +#ifndef HELLO_NACL_IO_H_
|
| +#define HELLO_NACL_IO_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_MOUNTS_H_ */
|
| +#endif /* HELLO_NACL_IO_H_ */
|
|
|