| Index: Source/platform/KeyboardCodes.h
|
| diff --git a/Source/core/platform/chromium/KeyboardCodes.h b/Source/platform/KeyboardCodes.h
|
| similarity index 99%
|
| rename from Source/core/platform/chromium/KeyboardCodes.h
|
| rename to Source/platform/KeyboardCodes.h
|
| index 9228fddb4c44d8be6ac43792b82b065c86434ed8..70a14e9ab74b38d0676f844fb21fd2a679b1e287 100644
|
| --- a/Source/core/platform/chromium/KeyboardCodes.h
|
| +++ b/Source/platform/KeyboardCodes.h
|
| @@ -35,7 +35,7 @@
|
| #include <windows.h>
|
| #endif
|
|
|
| -#include "core/platform/WindowsKeyboardCodes.h"
|
| +#include "platform/WindowsKeyboardCodes.h"
|
|
|
| namespace WebCore {
|
|
|
|
|