Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLRTElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLRTElement.cpp b/third_party/WebKit/Source/core/html/HTMLRTElement.cpp |
| index 37409f79b9adfcfcc8a9c9871a94e471ffd49b65..fd5333c317540039b4c611c86ca51c1242921d97 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLRTElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLRTElement.cpp |
| @@ -25,4 +25,4 @@ LayoutObject* HTMLRTElement::createLayoutObject(const ComputedStyle& style) |
| return LayoutObject::createObject(this, style); |
| } |
| -} |
| +} // namespace blink |