| Index: mojo/services/files/c/mojio_sys_stat.h
|
| diff --git a/mojo/services/files/public/c/mojio_sys_stat.h b/mojo/services/files/c/mojio_sys_stat.h
|
| similarity index 94%
|
| rename from mojo/services/files/public/c/mojio_sys_stat.h
|
| rename to mojo/services/files/c/mojio_sys_stat.h
|
| index 17e976bb7e66983ded4e506402c55c314b80ed4c..7399d599e43af8a71449bc84a80f127849c0bac2 100644
|
| --- a/mojo/services/files/public/c/mojio_sys_stat.h
|
| +++ b/mojo/services/files/c/mojio_sys_stat.h
|
| @@ -8,17 +8,17 @@
|
| // 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_STAT_H_
|
| -#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_SYS_STAT_H_
|
| +#ifndef MOJO_SERVICES_FILES_C_MOJIO_SYS_STAT_H_
|
| +#define MOJO_SERVICES_FILES_C_MOJIO_SYS_STAT_H_
|
|
|
| // Includes --------------------------------------------------------------------
|
|
|
| // <sys/stat.h> is required to define a large number of types defined in
|
| // <sys/types.h>, so we just include our equivalent of the latter.
|
| -#include "files/public/c/mojio_sys_types.h"
|
| +#include "files/c/mojio_sys_types.h"
|
|
|
| // We need our |struct timespec| equivalent.
|
| -#include "files/public/c/mojio_time.h"
|
| +#include "files/c/mojio_time.h"
|
|
|
| // Macros ----------------------------------------------------------------------
|
|
|
| @@ -125,4 +125,4 @@ int mojio_fstat(int fd, struct mojio_stat* buf);
|
| } // extern "C"
|
| #endif
|
|
|
| -#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_SYS_STAT_H_
|
| +#endif // MOJO_SERVICES_FILES_C_MOJIO_SYS_STAT_H_
|
|
|