| 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 74b12e134231e58974d1ac51336a525f99f3ead0..a29f601e0237159aba4c58f150201e707a1d8ffc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| @@ -17,7 +17,7 @@ using protocol::Response;
|
| namespace LogAgentState {
|
| static const char kLogEnabled[] = "logEnabled";
|
| static const char kLogViolations[] = "logViolations";
|
| -}
|
| +} // namespace LogAgentState
|
|
|
| namespace {
|
|
|
|
|