| Index: public/web/WebFormControlElement.h
|
| diff --git a/public/web/WebFormControlElement.h b/public/web/WebFormControlElement.h
|
| index a6abd72ffa558f0134e195624207a89dbe14756a..a1de9460f461d7bc1ff4d8ef1bc02b58d6e92b0e 100644
|
| --- a/public/web/WebFormControlElement.h
|
| +++ b/public/web/WebFormControlElement.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebFormControlElement_h
|
| #define WebFormControlElement_h
|
|
|
| -#include "../platform/WebString.h"
|
| #include "WebElement.h"
|
| #include "WebFormElement.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| namespace WebCore { class HTMLFormControlElement; }
|
|
|