Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLBRElement.cpp b/third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
| index e336d4247a0506176cac13ca4b3c992a6b4b4ef5..80e47000c5629547712ff54b4d8318e89d7d4c3e 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLBRElement.cpp |
| @@ -68,4 +68,4 @@ LayoutObject* HTMLBRElement::createLayoutObject(const ComputedStyle& style) |
| return new LayoutBR(this); |
| } |
| -} |
| +} // namespace blink |