| Index: Source/web/tests/KeyCodeConversionTestGtk.cpp
|
| diff --git a/Source/web/tests/KeyCodeConversionTestGtk.cpp b/Source/web/tests/KeyCodeConversionTestGtk.cpp
|
| index 8879f2abfef18050f614cdb94a79823e52b0e55d..4cd85274c4436b90d367976a15c6c6b6a33bd820 100644
|
| --- a/Source/web/tests/KeyCodeConversionTestGtk.cpp
|
| +++ b/Source/web/tests/KeyCodeConversionTestGtk.cpp
|
| @@ -30,11 +30,11 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/platform/chromium/KeyCodeConversion.h"
|
| +#include "platform/KeyCodeConversion.h"
|
|
|
| #include <gdk/gdkkeysyms.h>
|
| #include <gtest/gtest.h>
|
| -#include "core/platform/chromium/KeyboardCodes.h"
|
| +#include "platform/KeyboardCodes.h"
|
|
|
| using namespace WebCore;
|
|
|
|
|