| Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| index d1feb7fbc066c4c982af854389650dcd22cfc3c0..cb3041330617149f47a92c92a8f151ea310124ec 100644
|
| --- a/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| @@ -127,8 +127,6 @@
|
| #include "RenderObject.h"
|
| #include "RenderTreeAsText.h"
|
| #include "RenderView.h"
|
| -#include "ResourceHandle.h"
|
| -#include "ResourceRequest.h"
|
| #include "SchemeRegistry.h"
|
| #include "ScriptCallStack.h"
|
| #include "ScriptController.h"
|
| @@ -176,6 +174,8 @@
|
| #include "core/platform/chromium/ClipboardUtilitiesChromium.h"
|
| #include "core/platform/chromium/TraceEvent.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| +#include "core/platform/network/ResourceHandle.h"
|
| +#include "core/platform/network/ResourceRequest.h"
|
| #include "htmlediting.h"
|
| #include "markup.h"
|
| #include "painting/GraphicsContextBuilder.h"
|
|
|