| Index: Source/core/editing/EditorKeyBindings.cpp | 
| diff --git a/Source/core/editing/EditorKeyBindings.cpp b/Source/core/editing/EditorKeyBindings.cpp | 
| index 48295ecff96f618e84cd94f42f45e12b9e040d58..3bd023f4faf6dbc22f99c5044eaf594773be90f0 100644 | 
| --- a/Source/core/editing/EditorKeyBindings.cpp | 
| +++ b/Source/core/editing/EditorKeyBindings.cpp | 
| @@ -30,7 +30,7 @@ | 
| #include "core/events/KeyboardEvent.h" | 
| #include "core/frame/Frame.h" | 
| #include "core/page/EditorClient.h" | 
| -#include "core/platform/chromium/KeyboardCodes.h" | 
| +#include "platform/KeyboardCodes.h" | 
| #include "platform/PlatformKeyboardEvent.h" | 
|  | 
| namespace WebCore { | 
|  |