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

Unified Diff: mojo/services/files/c/mojio_stdio.h

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « mojo/services/files/c/mojio_fcntl.h ('k') | mojo/services/files/c/mojio_sys_stat.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/c/mojio_stdio.h
diff --git a/mojo/services/files/public/c/mojio_stdio.h b/mojo/services/files/c/mojio_stdio.h
similarity index 97%
rename from mojo/services/files/public/c/mojio_stdio.h
rename to mojo/services/files/c/mojio_stdio.h
index 3caad0946a99694cfdf2e8a03ce29328e4adb792..d789b880df44ce0e09f09474e3f96ca84e43a41b 100644
--- a/mojo/services/files/public/c/mojio_stdio.h
+++ b/mojo/services/files/c/mojio_stdio.h
@@ -17,8 +17,8 @@
// mysterious to me, but it's consistent with glibc. I don't know what the
// standard specifies.
-#ifndef MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_STDIO_H_
-#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_STDIO_H_
+#ifndef MOJO_SERVICES_FILES_C_MOJIO_STDIO_H_
+#define MOJO_SERVICES_FILES_C_MOJIO_STDIO_H_
// Includes --------------------------------------------------------------------
@@ -30,7 +30,7 @@
// <stddef.h>.
#include <stddef.h>
-#include "files/public/c/mojio_config.h"
+#include "files/c/mojio_config.h"
// Macros ----------------------------------------------------------------------
@@ -200,4 +200,4 @@ extern MOJIO_FILE* mojio_stderr;
} // extern "C"
#endif
-#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_STDIO_H_
+#endif // MOJO_SERVICES_FILES_C_MOJIO_STDIO_H_
« no previous file with comments | « mojo/services/files/c/mojio_fcntl.h ('k') | mojo/services/files/c/mojio_sys_stat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698