| Index: third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| index 7d6f6912a19171f40ca1f3bbf7185cbc4f1f8baa..2409aebe0925cd149ed1af1f210dbd1888ecd671 100644
|
| --- a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.cpp
|
| @@ -44,6 +44,8 @@
|
|
|
| namespace blink {
|
|
|
| +using protocol::Response;
|
| +
|
| namespace DOMStorageAgentState {
|
| static const char domStorageAgentEnabled[] = "domStorageAgentEnabled";
|
| };
|
|
|