| Index: third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| index 46a024b4611f6b8d5f2f9538adee58cee60316db..f60ea0bcce57695d3b513cd7524001b225a27f7a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| @@ -12,6 +12,8 @@
|
|
|
| namespace blink {
|
|
|
| +using protocol::Response;
|
| +
|
| namespace LogAgentState {
|
| static const char logEnabled[] = "logEnabled";
|
| static const char logViolations[] = "logViolations";
|
|
|