| Index: Source/core/html/forms/SearchInputType.cpp
|
| diff --git a/Source/core/html/forms/SearchInputType.cpp b/Source/core/html/forms/SearchInputType.cpp
|
| index 763614afa2aeeff5c16832debc517ecacf890474..d7a2f6c35d197ac37b2af09f8be22ce1973bf76a 100644
|
| --- a/Source/core/html/forms/SearchInputType.cpp
|
| +++ b/Source/core/html/forms/SearchInputType.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "core/html/forms/SearchInputType.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "InputTypeNames.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/InputTypeNames.h"
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/html/HTMLInputElement.h"
|
|
|