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

Unified Diff: mojo/public/c/lib/bindings/type_descriptor.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/struct.c ('k') | mojo/public/c/lib/bindings/union.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/lib/bindings/type_descriptor.c
diff --git a/mojo/public/c/bindings/lib/type_descriptor.c b/mojo/public/c/lib/bindings/type_descriptor.c
similarity index 98%
rename from mojo/public/c/bindings/lib/type_descriptor.c
rename to mojo/public/c/lib/bindings/type_descriptor.c
index 336b522e09a4c62befe9c5247a9174b916c1d1ed..d8b4b4a6cc751dd3e5615188686b5d8e404f22f4 100644
--- a/mojo/public/c/bindings/lib/type_descriptor.c
+++ b/mojo/public/c/lib/bindings/type_descriptor.c
@@ -2,18 +2,17 @@
// 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/lib/type_descriptor.h"
+#include <mojo/bindings/internal/type_descriptor.h>
#include <assert.h>
+#include <mojo/bindings/array.h>
+#include <mojo/bindings/interface.h>
+#include <mojo/bindings/internal/util.h>
+#include <mojo/bindings/map.h>
+#include <mojo/bindings/struct.h>
+#include <mojo/bindings/union.h>
#include <stddef.h>
-#include "mojo/public/c/bindings/array.h"
-#include "mojo/public/c/bindings/interface.h"
-#include "mojo/public/c/bindings/lib/util.h"
-#include "mojo/public/c/bindings/map.h"
-#include "mojo/public/c/bindings/struct.h"
-#include "mojo/public/c/bindings/union.h"
-
const struct MojomTypeDescriptorArray g_mojom_string_type_description = {
.elem_type = MOJOM_TYPE_DESCRIPTOR_TYPE_POD,
.elem_descriptor = NULL,
« no previous file with comments | « mojo/public/c/lib/bindings/struct.c ('k') | mojo/public/c/lib/bindings/union.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698