| Index: Source/platform/KeyCodeConversion.h | 
| diff --git a/Source/core/platform/chromium/KeyCodeConversion.h b/Source/platform/KeyCodeConversion.h | 
| similarity index 94% | 
| rename from Source/core/platform/chromium/KeyCodeConversion.h | 
| rename to Source/platform/KeyCodeConversion.h | 
| index 0257f5b93a2cea5a6381dc123e1cd98193cda583..038e65b56f0a066e2c638e22f88fc3309d95e386 100644 | 
| --- a/Source/core/platform/chromium/KeyCodeConversion.h | 
| +++ b/Source/platform/KeyCodeConversion.h | 
| @@ -31,9 +31,11 @@ | 
| #ifndef KeyCodeConversion_h | 
| #define KeyCodeConversion_h | 
|  | 
| +#include "platform/PlatformExport.h" | 
| + | 
| namespace WebCore { | 
|  | 
| -    int windowsKeyCodeForKeyEvent(unsigned keycode); | 
| +PLATFORM_EXPORT int windowsKeyCodeForKeyEvent(unsigned keycode); | 
|  | 
| } // namespace WebCore | 
|  | 
|  |