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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.h

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/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_ */
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/handlers.c ('k') | native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698