Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp b/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp |
| index 3ef235336ddb72d7b56ae287c20d55df8ca11d95..d40975c23276ce0b223b635b63e47641421b4f7f 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp |
| @@ -180,4 +180,4 @@ bool HTMLDetailsElement::isInteractiveContent() const |
| return true; |
| } |
| -} |
| +} // namespace blink |