Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGCircleElement.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp b/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp |
| index 812165e915a707883983e720593987e85430f78c..cb51a4ec0c127021daf974bc4e050cf644209d36 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp |
| @@ -131,4 +131,4 @@ LayoutObject* SVGCircleElement::createLayoutObject(const ComputedStyle&) |
| return new LayoutSVGEllipse(this); |
| } |
| -} |
| +} // namespace blink |