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

Unified Diff: mojom/generators/c/templates/source.tmpl.go

Issue 2072903002: C bindings pt3: Type table definitions and barebones files to get generated code to compile. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: type table -> type descriptor & address other CL comments Created 4 years, 6 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
Index: mojom/generators/c/templates/source.tmpl.go
diff --git a/mojom/generators/c/templates/source.tmpl.go b/mojom/generators/c/templates/source.tmpl.go
index 64bd4a0bca846508b0de58860625877cb0f8df8e..66ea006e0d8dae852473fd145870e50a5fd5f321 100644
--- a/mojom/generators/c/templates/source.tmpl.go
+++ b/mojom/generators/c/templates/source.tmpl.go
@@ -12,7 +12,7 @@ const GenerateSourceFile = `
#include <stdbool.h>
-#include "mojo/public/c/bindings/lib/type_table.h"
+#include "mojo/public/c/bindings/lib/type_descriptor.h"
#include "mojo/public/c/system/handle.h"
// Imports.

Powered by Google App Engine
This is Rietveld 408576698