| Index: mojo/services/files/public/c/mojio_fcntl.h
|
| diff --git a/services/files/c/mojio_fcntl.h b/mojo/services/files/public/c/mojio_fcntl.h
|
| similarity index 89%
|
| rename from services/files/c/mojio_fcntl.h
|
| rename to mojo/services/files/public/c/mojio_fcntl.h
|
| index f6394c2b37c4954b15c9eb944d24fd1198f93a46..bb5520e13fd8c142ca5bd1af8749c3b2fc1a4880 100644
|
| --- a/services/files/c/mojio_fcntl.h
|
| +++ b/mojo/services/files/public/c/mojio_fcntl.h
|
| @@ -8,12 +8,12 @@
|
| // In general, functions/types/macros are given "mojio_"/"MOJIO_"/etc. prefixes.
|
| // There are a handful of exceptions (noted below).
|
|
|
| -#ifndef SERVICES_FILES_C_MOJIO_FCNTL_H_
|
| -#define SERVICES_FILES_C_MOJIO_FCNTL_H_
|
| +#ifndef MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_FCNTL_H_
|
| +#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_FCNTL_H_
|
|
|
| // Includes --------------------------------------------------------------------
|
|
|
| -#include "services/files/c/mojio_sys_types.h"
|
| +#include "files/public/c/mojio_sys_types.h"
|
|
|
| // Macros ----------------------------------------------------------------------
|
|
|
| @@ -63,4 +63,4 @@ int mojio_open(const char* path, int oflag, ...);
|
| } // extern "C"
|
| #endif
|
|
|
| -#endif // SERVICES_FILES_C_MOJIO_FCNTL_H_
|
| +#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_FCNTL_H_
|
|
|