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

Unified Diff: mojo/services/files/c/mojio_config.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/lib/util.cc ('k') | mojo/services/files/c/mojio_fcntl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/c/mojio_config.h
diff --git a/mojo/services/files/public/c/mojio_config.h b/mojo/services/files/c/mojio_config.h
similarity index 89%
rename from mojo/services/files/public/c/mojio_config.h
rename to mojo/services/files/c/mojio_config.h
index 9dcc58be33c2862898b55c4b3a7d4e4eb3a7eaa5..4757248d97ddfee8ec45c988e37314457dc94bcc 100644
--- a/mojo/services/files/public/c/mojio_config.h
+++ b/mojo/services/files/c/mojio_config.h
@@ -8,8 +8,8 @@
// types for typedefs) as necessary/appropriate, but they should not be used
// directly by application code.
-#ifndef MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_CONFIG_H_
-#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_CONFIG_H_
+#ifndef MOJO_SERVICES_FILES_C_MOJIO_CONFIG_H_
+#define MOJO_SERVICES_FILES_C_MOJIO_CONFIG_H_
// Macros ----------------------------------------------------------------------
@@ -35,4 +35,4 @@ typedef unsigned mojio_config_uint32;
typedef long long mojio_config_int64;
typedef unsigned long long mojio_config_uint64;
-#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_CONFIG_H_
+#endif // MOJO_SERVICES_FILES_C_MOJIO_CONFIG_H_
« no previous file with comments | « mojo/services/files/c/lib/util.cc ('k') | mojo/services/files/c/mojio_fcntl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698