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

Unified Diff: mojo/public/c/include/mojo/macros.h

Issue 2229573002: Change the canonical way to include the C macros.h to <mojo/macros.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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/public/c/BUILD.gn ('k') | mojo/public/c/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/include/mojo/macros.h
diff --git a/mojo/public/c/system/macros.h b/mojo/public/c/include/mojo/macros.h
similarity index 95%
copy from mojo/public/c/system/macros.h
copy to mojo/public/c/include/mojo/macros.h
index b8dbb1d1cf56374262afe8303ac3c1636a1ba5fd..886ed047fb48ade7f2ea942525c7b507bd61514d 100644
--- a/mojo/public/c/system/macros.h
+++ b/mojo/public/c/include/mojo/macros.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_PUBLIC_C_SYSTEM_MACROS_H_
-#define MOJO_PUBLIC_C_SYSTEM_MACROS_H_
+#ifndef MOJO_PUBLIC_C_INCLUDE_MOJO_MACROS_H_
+#define MOJO_PUBLIC_C_INCLUDE_MOJO_MACROS_H_
#include <stddef.h>
@@ -86,4 +86,4 @@
#error "Please define MOJO_RESTRICT for your compiler."
#endif
-#endif // MOJO_PUBLIC_C_SYSTEM_MACROS_H_
+#endif // MOJO_PUBLIC_C_INCLUDE_MOJO_MACROS_H_
« no previous file with comments | « mojo/public/c/BUILD.gn ('k') | mojo/public/c/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698