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

Unified Diff: mojo/services/files/public/c/mojio_sys_stat.h

Issue 1133933002: Move //services/files/c -> //mojo/services/files/public/c. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove data dep Created 5 years, 7 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/public/c/mojio_stdio.h ('k') | mojo/services/files/public/c/mojio_sys_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/public/c/mojio_sys_stat.h
diff --git a/services/files/c/mojio_sys_stat.h b/mojo/services/files/public/c/mojio_sys_stat.h
similarity index 94%
rename from services/files/c/mojio_sys_stat.h
rename to mojo/services/files/public/c/mojio_sys_stat.h
index 2498afceb44a026b6e82d18d4bdbfca0f8a2948f..17e976bb7e66983ded4e506402c55c314b80ed4c 100644
--- a/services/files/c/mojio_sys_stat.h
+++ b/mojo/services/files/public/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 SERVICES_FILES_C_MOJIO_SYS_STAT_H_
-#define SERVICES_FILES_C_MOJIO_SYS_STAT_H_
+#ifndef MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_SYS_STAT_H_
+#define MOJO_SERVICES_FILES_PUBLIC_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 "services/files/c/mojio_sys_types.h"
+#include "files/public/c/mojio_sys_types.h"
// We need our |struct timespec| equivalent.
-#include "services/files/c/mojio_time.h"
+#include "files/public/c/mojio_time.h"
// Macros ----------------------------------------------------------------------
@@ -125,4 +125,4 @@ int mojio_fstat(int fd, struct mojio_stat* buf);
} // extern "C"
#endif
-#endif // SERVICES_FILES_C_MOJIO_SYS_STAT_H_
+#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_SYS_STAT_H_
« no previous file with comments | « mojo/services/files/public/c/mojio_stdio.h ('k') | mojo/services/files/public/c/mojio_sys_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698