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

Unified Diff: mojo/services/files/c/mojio_unistd.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_time.h ('k') | mojo/services/files/c/tests/directory_wrapper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/c/mojio_unistd.h
diff --git a/mojo/services/files/public/c/mojio_unistd.h b/mojo/services/files/c/mojio_unistd.h
similarity index 96%
rename from mojo/services/files/public/c/mojio_unistd.h
rename to mojo/services/files/c/mojio_unistd.h
index 4b6ea9067fc931966779d5b95ceece76e3bd952a..77e891d81a34325d3ac2ba19ba7f9cda2c9a07f9 100644
--- a/mojo/services/files/public/c/mojio_unistd.h
+++ b/mojo/services/files/c/mojio_unistd.h
@@ -8,8 +8,8 @@
// 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_UNISTD_H_
-#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_UNISTD_H_
+#ifndef MOJO_SERVICES_FILES_C_MOJIO_UNISTD_H_
+#define MOJO_SERVICES_FILES_C_MOJIO_UNISTD_H_
// Includes --------------------------------------------------------------------
@@ -21,7 +21,7 @@
// <unistd.h> is required to |ssize_t|, |uid_t|, |gid_t|, |off_t|, |pid_t|, and
// |useconds_t| from <sys/types.h>, so we may as well define our versions by
// inclusion.
-#include "files/public/c/mojio_sys_types.h"
+#include "files/c/mojio_sys_types.h"
// Macros ----------------------------------------------------------------------
@@ -152,4 +152,4 @@ mojio_ssize_t mojio_write(int fd, const void* buf, size_t count);
} // extern "C"
#endif
-#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_UNISTD_H_
+#endif // MOJO_SERVICES_FILES_C_MOJIO_UNISTD_H_
« no previous file with comments | « mojo/services/files/c/mojio_time.h ('k') | mojo/services/files/c/tests/directory_wrapper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698