| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index df9b6b2c8d2c381b0398a16ccea23fd72380f3b3..4f555044d3869dca241eaaf6c0e3858744cc6a0d 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -62,7 +62,6 @@
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/ScopedEventQueue.h"
|
| #include "core/events/TextEvent.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| @@ -86,6 +85,7 @@
|
| #include "core/page/Page.h"
|
| #include "core/svg/SVGImageElement.h"
|
| #include "platform/KillRing.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/text/CharacterNames.h"
|
|
|