| Index: public/web/WebSelectElement.h
|
| diff --git a/public/web/WebSelectElement.h b/public/web/WebSelectElement.h
|
| index b9b20d16d81b50d44a09712af5f89b7a001a530e..9db36aaeaa8a104bb44df7e4823cf1d7faa00bd1 100644
|
| --- a/public/web/WebSelectElement.h
|
| +++ b/public/web/WebSelectElement.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebSelectElement_h
|
| #define WebSelectElement_h
|
|
|
| -#include "public/platform/WebVector.h"
|
| -#include "public/web/WebFormControlElement.h"
|
| -#include "public/web/WebOptionElement.h"
|
| +#include "../platform/WebVector.h"
|
| +#include "WebFormControlElement.h"
|
| +#include "WebOptionElement.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| namespace WebCore { class HTMLSelectElement; }
|
|
|