| 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 1d711cb31da6bb8da232d4b21a31b29fb9ba14e7..57a124a0158976f1a47dcda2eaff157f42c3d51a 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"
|
|
|