| Index: tools/dom/templates/html/dartium/cpp_header.template
|
| diff --git a/tools/dom/templates/html/dartium/cpp_header.template b/tools/dom/templates/html/dartium/cpp_header.template
|
| index bbe5835ba6b076a70e911b43132560071e6ebf0c..f938afc6c20f7571e1113beebcec2a4a76e5200c 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_header.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_header.template
|
| @@ -7,7 +7,7 @@
|
| #ifndef Dart$(INTERFACE)_h
|
| #define Dart$(INTERFACE)_h
|
|
|
| -#include "DartDOMWrapper.h"
|
| +#include "bindings/dart/DartDOMWrapper.h"
|
| $WEBCORE_INCLUDES
|
| #include <dart_api.h>
|
|
|
|
|