| Index: Source/web/tests/KeyboardTest.cpp
|
| diff --git a/Source/web/tests/KeyboardTest.cpp b/Source/web/tests/KeyboardTest.cpp
|
| index c5a20669c155b9ce45076979824c0021ba0768d9..179f539c79edec33fee12ceff1fecd7078117ca4 100644
|
| --- a/Source/web/tests/KeyboardTest.cpp
|
| +++ b/Source/web/tests/KeyboardTest.cpp
|
| @@ -35,8 +35,8 @@
|
| #include "EditorClientImpl.h"
|
| #include "WebInputEvent.h"
|
| #include "WebInputEventConversion.h"
|
| -#include "core/dom/EventTarget.h"
|
| -#include "core/dom/KeyboardEvent.h"
|
| +#include "core/events/EventTarget.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| #include "core/platform/chromium/KeyboardCodes.h"
|
|
|
| using namespace WebCore;
|
|
|