| Index: public/web/WebOptionElement.h
|
| diff --git a/public/web/WebOptionElement.h b/public/web/WebOptionElement.h
|
| index e21098bf6e6ca9daed5ee4ee89846a6f515199e8..6c941e405149f4cd2e2919b45a128602661cc608 100644
|
| --- a/public/web/WebOptionElement.h
|
| +++ b/public/web/WebOptionElement.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebOptionElement_h
|
| #define WebOptionElement_h
|
|
|
| -#include "public/platform/WebVector.h"
|
| -#include "public/web/WebElement.h"
|
| +#include "../platform/WebVector.h"
|
| +#include "WebElement.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| namespace WebCore { class HTMLOptionElement; }
|
|
|