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

Unified Diff: mojo/services/files/c/mojio_fcntl.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_config.h ('k') | mojo/services/files/c/mojio_stdio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/c/mojio_fcntl.h
diff --git a/mojo/services/files/public/c/mojio_fcntl.h b/mojo/services/files/c/mojio_fcntl.h
similarity index 89%
rename from mojo/services/files/public/c/mojio_fcntl.h
rename to mojo/services/files/c/mojio_fcntl.h
index bb5520e13fd8c142ca5bd1af8749c3b2fc1a4880..89abb9b198e229d6d1cc45b245e3f8fabeb7d8dc 100644
--- a/mojo/services/files/public/c/mojio_fcntl.h
+++ b/mojo/services/files/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 MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_FCNTL_H_
-#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_FCNTL_H_
+#ifndef MOJO_SERVICES_FILES_C_MOJIO_FCNTL_H_
+#define MOJO_SERVICES_FILES_C_MOJIO_FCNTL_H_
// Includes --------------------------------------------------------------------
-#include "files/public/c/mojio_sys_types.h"
+#include "files/c/mojio_sys_types.h"
// Macros ----------------------------------------------------------------------
@@ -63,4 +63,4 @@ int mojio_open(const char* path, int oflag, ...);
} // extern "C"
#endif
-#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_FCNTL_H_
+#endif // MOJO_SERVICES_FILES_C_MOJIO_FCNTL_H_
« no previous file with comments | « mojo/services/files/c/mojio_config.h ('k') | mojo/services/files/c/mojio_stdio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698