Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp |
index bb8201dfdf60e8599286b6705cbfd083485d7065..3674c4907db40f1258903fb77656fce62d6ed1af 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp |
@@ -302,4 +302,4 @@ LayoutSVGShapeRareData& LayoutSVGShape::ensureRareData() const |
return *m_rareData.get(); |
} |
-} |
+} // namespace blink |