| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 78748e931063f6647c32f91541718b87424d99d5..5c0ed1c3831289692449b02fe10a8503d391b4a0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -43,7 +43,6 @@
|
| #include "core/editing/spellcheck/IdleSpellCheckCallback.h"
|
| #include "core/editing/spellcheck/SpellChecker.h"
|
| #include "core/events/Event.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
| #include "core/frame/FrameConsole.h"
|
| #include "core/frame/FrameHost.h"
|
| @@ -88,6 +87,7 @@
|
| #include "platform/graphics/paint/SkPictureBuilder.h"
|
| #include "platform/graphics/paint/TransformDisplayItem.h"
|
| #include "platform/json/JSONValues.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "platform/plugins/PluginData.h"
|
| #include "platform/text/TextStream.h"
|
| #include "public/platform/InterfaceProvider.h"
|
|
|