| Index: Source/platform/KillRing.h | 
| diff --git a/Source/core/platform/KillRing.h b/Source/platform/KillRing.h | 
| similarity index 95% | 
| rename from Source/core/platform/KillRing.h | 
| rename to Source/platform/KillRing.h | 
| index 5e743bb923aafae6c71fdd8cd8617165b987fca4..84ff486d7a240b6a3bffdab77f039bf3a74d8c42 100644 | 
| --- a/Source/core/platform/KillRing.h | 
| +++ b/Source/platform/KillRing.h | 
| @@ -26,11 +26,12 @@ | 
| #ifndef KillRing_h | 
| #define KillRing_h | 
|  | 
| +#include "platform/PlatformExport.h" | 
| #include "wtf/text/WTFString.h" | 
|  | 
| namespace WebCore { | 
|  | 
| -class KillRing { | 
| +class PLATFORM_EXPORT KillRing { | 
| WTF_MAKE_FAST_ALLOCATED; | 
| public: | 
| void append(const String&); | 
|  |