| Index: Source/platform/KeyCodeConversionGtk.cpp
|
| diff --git a/Source/core/platform/chromium/KeyCodeConversionGtk.cpp b/Source/platform/KeyCodeConversionGtk.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/chromium/KeyCodeConversionGtk.cpp
|
| rename to Source/platform/KeyCodeConversionGtk.cpp
|
| index e20dabd62a6d4520d3f65bd49dfd4bd18c04c5c1..9343d8aa1c539c2b1ffd7cf226799df3d4953b66 100644
|
| --- a/Source/core/platform/chromium/KeyCodeConversionGtk.cpp
|
| +++ b/Source/platform/KeyCodeConversionGtk.cpp
|
| @@ -30,7 +30,8 @@
|
| // windowsKeyCodeForKeyEvent is copied from platform/gtk/KeyEventGtk.cpp
|
|
|
| #include "config.h"
|
| -#include "core/platform/chromium/KeyCodeConversion.h"
|
| +
|
| +#include "platform/KeyCodeConversion.h"
|
|
|
| #include "platform/KeyboardCodes.h"
|
|
|
|
|