Chromium Code Reviews| Index: public/web/WebFormElement.h |
| diff --git a/public/web/WebFormElement.h b/public/web/WebFormElement.h |
| index 0d0120538835139fef4465b0eca0dbc887fc0b54..158381a28dcb74a7258ad2ba7ce36eb1ad80551e 100644 |
| --- a/public/web/WebFormElement.h |
| +++ b/public/web/WebFormElement.h |
| @@ -31,8 +31,8 @@ |
| #ifndef WebFormElement_h |
| #define WebFormElement_h |
| -#include "../platform/WebVector.h" |
| #include "WebElement.h" |
| +#include "public/platform/WebVector.h" |
| #if BLINK_IMPLEMENTATION |
| namespace WebCore { class HTMLFormElement; } |