| Index: Source/core/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
|
| index 4f8f5b7613bb5b84b0c844459e463fbbd361e278..c8d0454ebb93797755dc44dd624a60d172c0f08f 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/core/inspector/InspectorFrontendHost.cpp
|
| @@ -31,27 +31,27 @@
|
| #include "InspectorFrontendHost.h"
|
|
|
| #include "ContextMenu.h"
|
| -#include "ContextMenuItem.h"
|
| #include "ContextMenuController.h"
|
| +#include "ContextMenuItem.h"
|
| #include "ContextMenuProvider.h"
|
| #include "DOMFileSystem.h"
|
| #include "DOMWrapperWorld.h"
|
| #include "Element.h"
|
| #include "Frame.h"
|
| #include "FrameLoader.h"
|
| -#include "HitTestResult.h"
|
| #include "HTMLFrameOwnerElement.h"
|
| +#include "HitTestResult.h"
|
| #include "InspectorAgent.h"
|
| #include "InspectorController.h"
|
| #include "InspectorFrontendClient.h"
|
| #include "Page.h"
|
| #include "Pasteboard.h"
|
| #include "RenderTheme.h"
|
| -#include "ResourceError.h"
|
| -#include "ResourceRequest.h"
|
| -#include "ResourceResponse.h"
|
| #include "ScriptFunctionCall.h"
|
| #include "UserGestureIndicator.h"
|
| +#include "core/platform/network/ResourceError.h"
|
| +#include "core/platform/network/ResourceRequest.h"
|
| +#include "core/platform/network/ResourceResponse.h"
|
| #include <wtf/StdLibExtras.h>
|
|
|
| using namespace std;
|
|
|