| 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 811144a416ed2cd759e9481cb96c5f0c51d9be2a..c5b23960dcc4a823ec6d71e42e38b8415a55fbd3 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"
|
|
|