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

Unified Diff: url/mojo/origin.typemap

Issue 1821073002: Mojo bindings: Fix typemap includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: url/mojo/origin.typemap
diff --git a/url/mojo/origin.typemap b/url/mojo/origin.typemap
index d5e49c379db9be39504fb8bc838cbcd914025e00..6c13600012123a6ad67139348a1ffe10a1bd0809 100644
--- a/url/mojo/origin.typemap
+++ b/url/mojo/origin.typemap
@@ -6,6 +6,9 @@
"c++": {
"url.mojom.Origin": {
"typename": "url::Origin",
+ "public_headers": [
+ "url/origin.h"
+ ],
"headers": [
Ken Rockot(use gerrit already) 2016/03/22 18:00:10 nit: I wonder if we should rename this to traits_h
Sam McNally 2016/03/22 19:22:03 Done.
"url/mojo/origin_struct_traits.h"
]

Powered by Google App Engine
This is Rietveld 408576698