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

Unified Diff: client/dom/templates/dom/native/cpp_callback_implementation.template

Issue 9565006: Add missing includes (spotted while splitting cpp derived sources). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 10 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: client/dom/templates/dom/native/cpp_callback_implementation.template
diff --git a/client/dom/templates/dom/native/cpp_callback_implementation.template b/client/dom/templates/dom/native/cpp_callback_implementation.template
index 89025db108247f9a579f64339edfb824f57c997c..97cb408f6d47f5814fcb028e8614fafd55d607d0 100644
--- a/client/dom/templates/dom/native/cpp_callback_implementation.template
+++ b/client/dom/templates/dom/native/cpp_callback_implementation.template
@@ -8,7 +8,7 @@
#include "Dart$(INTERFACE).h"
#include "DartBindingsCommonIncludes.h"
-
+$INCLUDES
namespace WebCore {
$HANDLERS
}

Powered by Google App Engine
This is Rietveld 408576698