| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index fb4c59853acf22a3c3f3b796bcbd39abdfd6ef20..b713976c460146f5062d6d68c8c40365f1c8fbc7 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -44,10 +44,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>
|
| #include <wtf/Vector.h>
|
|
|