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

Unified Diff: mojo/public/c/lib/bindings/map.c

Issue 2232833003: Change the canonical way to include the C bindings headers to <mojo/bindings/*.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_tests
Patch Set: rebased 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/lib/bindings/buffer.c ('k') | mojo/public/c/lib/bindings/message.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/lib/bindings/map.c
diff --git a/mojo/public/c/bindings/lib/map.c b/mojo/public/c/lib/bindings/map.c
similarity index 96%
rename from mojo/public/c/bindings/lib/map.c
rename to mojo/public/c/lib/bindings/map.c
index 19faa8f8ff6640a6263c47547b2b5282d0cba3bc..86bc3d2c9f589a3e6cdda45d5c8e9719b0bbb4e4 100644
--- a/mojo/public/c/bindings/lib/map.c
+++ b/mojo/public/c/lib/bindings/map.c
@@ -2,7 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/c/bindings/map.h"
+#include <mojo/bindings/map.h>
+
+#include <mojo/macros.h>
struct MojomMapLayout {
struct MojomStructHeader header_;
« no previous file with comments | « mojo/public/c/lib/bindings/buffer.c ('k') | mojo/public/c/lib/bindings/message.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698