| Index: Source/core/editing/Editor.cpp | 
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp | 
| index 10a2e99a725bf7a5b63a0b8b60518e7bbb49fa72..980cf5b097456b9d31c8cdf38bd4318bd159f7f7 100644 | 
| --- a/Source/core/editing/Editor.cpp | 
| +++ b/Source/core/editing/Editor.cpp | 
| @@ -73,10 +73,10 @@ | 
| #include "core/frame/FrameView.h" | 
| #include "core/page/Page.h" | 
| #include "core/page/Settings.h" | 
| -#include "core/platform/KillRing.h" | 
| #include "core/platform/Pasteboard.h" | 
| #include "core/platform/chromium/ChromiumDataObject.h" | 
| #include "core/rendering/HitTestResult.h" | 
| +#include "platform/KillRing.h" | 
| #include "wtf/unicode/CharacterNames.h" | 
|  | 
| namespace WebCore { | 
|  |