| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| index 2dac6893b2b2d2fd3d071b30c358043c0cf12c56..dfeeadc2e1a1f25d6f671b2bab63d682f4bcf3ea 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
|
| @@ -84,6 +84,8 @@
|
| namespace blink {
|
|
|
| using namespace HTMLNames;
|
| +using protocol::Maybe;
|
| +using protocol::Response;
|
|
|
| namespace DOMAgentState {
|
| static const char domAgentEnabled[] = "domAgentEnabled";
|
|
|