Index: mojo/services/files/c/mojio_time.h |
diff --git a/mojo/services/files/public/c/mojio_time.h b/mojo/services/files/c/mojio_time.h |
similarity index 82% |
rename from mojo/services/files/public/c/mojio_time.h |
rename to mojo/services/files/c/mojio_time.h |
index 70083a90ebbd296cf314287c26b322cf48aade7b..2bf27c6b1cbdc56d66248f7bd1e7794eb8174117 100644 |
--- a/mojo/services/files/public/c/mojio_time.h |
+++ b/mojo/services/files/c/mojio_time.h |
@@ -12,12 +12,12 @@ |
// the C standard), but |time_t| is opaque. Thus we need to define our own |
// equivalent. On top of that, we need to define a |struct timespec| equivalent. |
-#ifndef MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_TIME_H_ |
-#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_TIME_H_ |
+#ifndef MOJO_SERVICES_FILES_C_MOJIO_TIME_H_ |
+#define MOJO_SERVICES_FILES_C_MOJIO_TIME_H_ |
// Includes -------------------------------------------------------------------- |
-#include "files/public/c/mojio_config.h" |
+#include "files/c/mojio_config.h" |
// Types ----------------------------------------------------------------------- |
@@ -28,4 +28,4 @@ struct mojio_timespec { |
long tv_nsec; |
}; |
-#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_TIME_H_ |
+#endif // MOJO_SERVICES_FILES_C_MOJIO_TIME_H_ |