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

Unified Diff: mojo/public/bindings/generators/cpp_templates/module.h.tmpl

Issue 198343002: Mojo: request/response bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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: mojo/public/bindings/generators/cpp_templates/module.h.tmpl
diff --git a/mojo/public/bindings/generators/cpp_templates/module.h.tmpl b/mojo/public/bindings/generators/cpp_templates/module.h.tmpl
index 8015298855c9bd35aa55911c25d13b61730bc725..12d4e2ccfb22b947ce331a908ba240ac5e91cab0 100644
--- a/mojo/public/bindings/generators/cpp_templates/module.h.tmpl
+++ b/mojo/public/bindings/generators/cpp_templates/module.h.tmpl
@@ -9,6 +9,7 @@
#define {{header_guard}}
#include "mojo/public/bindings/array.h"
+#include "mojo/public/bindings/callback.h"
#include "mojo/public/bindings/interface.h"
#include "{{module.path}}-internal.h"
{%- for import in imports %}

Powered by Google App Engine
This is Rietveld 408576698