| Index: tools/dom/templates/html/dartium/cpp_callback_implementation.template
|
| diff --git a/tools/dom/templates/html/dartium/cpp_callback_implementation.template b/tools/dom/templates/html/dartium/cpp_callback_implementation.template
|
| index 3ddcc2dbad579dc508e633735ff323dc14ce2c50..97cb408f6d47f5814fcb028e8614fafd55d607d0 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_callback_implementation.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_callback_implementation.template
|
| @@ -7,7 +7,7 @@
|
| #include "config.h"
|
| #include "Dart$(INTERFACE).h"
|
|
|
| -#include "bindings/dart/DartBindingsCommonIncludes.h"
|
| +#include "DartBindingsCommonIncludes.h"
|
| $INCLUDES
|
| namespace WebCore {
|
| $HANDLERS
|
|
|