| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 42ae88e7bf0254ac52e9c8b8975a8ae466a7d5d3..b3cac003726fe4d1b9e1979ef2a87e6de7b767f4 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -114,8 +114,6 @@
|
| #include "core/editing/iterators/TextIterator.h"
|
| #include "core/editing/serializers/Serialization.h"
|
| #include "core/editing/spellcheck/SpellChecker.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| -#include "core/fetch/SubstituteData.h"
|
| #include "core/frame/FrameHost.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| @@ -172,6 +170,8 @@
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| +#include "platform/loader/fetch/SubstituteData.h"
|
| #include "platform/network/ResourceRequest.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
|
|