Index: mojo/services/files/c/mojio_sys_types.h |
diff --git a/mojo/services/files/public/c/mojio_sys_types.h b/mojo/services/files/c/mojio_sys_types.h |
similarity index 86% |
rename from mojo/services/files/public/c/mojio_sys_types.h |
rename to mojo/services/files/c/mojio_sys_types.h |
index e4fafdcfa867d6a5898c548cbc89fe86af1b6e5c..71e4e2ce90c0806b784ccc52ba7862ad7735824a 100644 |
--- a/mojo/services/files/public/c/mojio_sys_types.h |
+++ b/mojo/services/files/c/mojio_sys_types.h |
@@ -8,8 +8,8 @@ |
// In general, functions/types/macros are given "mojio_"/"MOJIO_"/etc. prefixes. |
// There are a handful of exceptions (noted below). |
-#ifndef MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_SYS_TYPES_H_ |
-#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_SYS_TYPES_H_ |
+#ifndef MOJO_SERVICES_FILES_C_MOJIO_SYS_TYPES_H_ |
+#define MOJO_SERVICES_FILES_C_MOJIO_SYS_TYPES_H_ |
// Includes -------------------------------------------------------------------- |
@@ -17,11 +17,11 @@ |
// prefix), and just use the standard one from <stddef.h>. |
#include <stddef.h> |
-#include "files/public/c/mojio_config.h" |
+#include "files/c/mojio_config.h" |
// <sys/types.h> is required to define |time_t| (which we have our own version |
// of, because the one in the C standard <time.h> is defined to be opaque). |
-#include "files/public/c/mojio_time.h" |
+#include "files/c/mojio_time.h" |
// Types ----------------------------------------------------------------------- |
@@ -51,4 +51,4 @@ typedef long int mojio_ssize_t; |
typedef mojio_config_uint32 mojio_uid_t; |
-#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_SYS_TYPES_H_ |
+#endif // MOJO_SERVICES_FILES_C_MOJIO_SYS_TYPES_H_ |