| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 6a40ac75325b31e26a2ba921544e375f83cf6777..92010908737872ba5f1f1217006217cfd29b8981 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -42,10 +42,10 @@
|
| #include "Page.h"
|
| #include "ScriptExecutionContext.h"
|
| #include "ScriptState.h"
|
| -#include "StorageArea.h"
|
| #include "WebSocketFrame.h"
|
| #include "WebSocketHandshakeRequest.h"
|
| #include "WebSocketHandshakeResponse.h"
|
| +#include "core/storage/StorageArea.h"
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/UnusedParam.h>
|
|
|
|
|