| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 7cf30d6a36e03a41d02f11dd576fc5ded2da2f94..95216df36046eba0b69ed2ca89b258e23349fba2 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -39,7 +39,6 @@
|
| #include "ConsoleTypes.h"
|
| #include "Element.h"
|
| #include "EventContext.h"
|
| -#include "FormData.h"
|
| #include "Frame.h"
|
| #include "HitTestResult.h"
|
| #include "Page.h"
|
| @@ -48,6 +47,7 @@
|
| #include "WebSocketFrame.h"
|
| #include "WebSocketHandshakeRequest.h"
|
| #include "WebSocketHandshakeResponse.h"
|
| +#include "core/platform/network/FormData.h"
|
| #include "core/storage/StorageArea.h"
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/UnusedParam.h>
|
|
|