| Index: Source/core/inspector/InspectorDOMStorageAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMStorageAgent.h b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| index 0a3cabd5470b6799f2a3f73f134529febaadf031..ee1d3886b25374718adb2f6a883a915114500c54 100644
|
| --- a/Source/core/inspector/InspectorDOMStorageAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| @@ -29,6 +29,7 @@
|
| #ifndef InspectorDOMStorageAgent_h
|
| #define InspectorDOMStorageAgent_h
|
|
|
| +#include "core/InspectorFrontend.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/storage/StorageArea.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -37,7 +38,6 @@
|
| namespace blink {
|
|
|
| class LocalFrame;
|
| -class InspectorFrontend;
|
| class InspectorPageAgent;
|
| class InstrumentingAgents;
|
| class JSONObject;
|
| @@ -78,7 +78,7 @@ private:
|
| PassRefPtr<TypeBuilder::DOMStorage::StorageId> storageId(SecurityOrigin*, bool isLocalStorage);
|
|
|
| RawPtrWillBeMember<InspectorPageAgent> m_pageAgent;
|
| - InspectorFrontend* m_frontend;
|
| + InspectorFrontend::DOMStorage* m_frontend;
|
| };
|
|
|
| } // namespace blink
|
|
|