| Index: third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| index 6c3b453ccaf09c7a0b21d90b1a55179658d1d0bb..7e2c4c463d5ddcabb992eba76a2ab0f07dee2989 100644
|
| --- a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| +++ b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| @@ -39,10 +39,13 @@
|
| namespace blink {
|
|
|
| class LocalFrame;
|
| -class JSONObject;
|
| class Page;
|
| class StorageArea;
|
|
|
| +namespace protocol {
|
| +class DictionaryValue;
|
| +}
|
| +
|
| typedef String ErrorString;
|
|
|
| class MODULES_EXPORT InspectorDOMStorageAgent final : public InspectorBaseAgent<InspectorDOMStorageAgent, protocol::Frontend::DOMStorage>, public protocol::Dispatcher::DOMStorageCommandHandler {
|
|
|