| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index bb5ffec7db69eece81397ed684438baca197a282..9f1f4c938c7ae3ce0f2629a8f0b959bf2dfe3df5 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 {
|
|
|