| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| index 7e8ff692461710a32e692cea7ed9d75c46c1a40e..d23a4eda104c2ad00304dabccf3fc6f144dcb76f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -73,6 +73,8 @@
|
|
|
| namespace blink {
|
|
|
| +using protocol::Response;
|
| +
|
| namespace PageAgentState {
|
| static const char pageAgentEnabled[] = "pageAgentEnabled";
|
| static const char pageAgentScriptsToEvaluateOnLoad[] =
|
|
|