Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLBaseElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp b/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp |
| index 94850ba719eec9248a43d521fb56a3cc2c0d44a9..ddf07c76528202c98781855f455f36183e035b10 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLBaseElement.cpp |
| @@ -92,4 +92,4 @@ void HTMLBaseElement::setHref(const AtomicString& value) |
| setAttribute(hrefAttr, value); |
| } |
| -} |
| +} // namespace blink |