| Index: Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp b/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
|
| index 7bab017a6f1d3b9b02cdf3901e9917ef750a09be..47f8cc83dee777c80e1a071907620f7635f34e53 100644
|
| --- a/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
|
| @@ -34,10 +34,10 @@
|
| #include <gdk/gdkkeysyms.h>
|
| #include <gtest/gtest.h>
|
|
|
| -#include "KeyboardEvent.h"
|
| #include "WebInputEvent.h"
|
| #include "WebInputEventConversion.h"
|
| #include "WebInputEventFactory.h"
|
| +#include "core/dom/KeyboardEvent.h"
|
|
|
| using WebKit::WebInputEvent;
|
| using WebKit::WebKeyboardEvent;
|
|
|