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

Unified Diff: mojo/services/files/c/mojio_time.h

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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/c/mojio_sys_types.h ('k') | mojo/services/files/c/mojio_unistd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/services/files/c/mojio_sys_types.h ('k') | mojo/services/files/c/mojio_unistd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698