Index: third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp |
index 9468c21aab616cb581ee119a3945b32dbfccaf42..1ad1288ffddc72e057ff4a2238cc4aa2a26ab1e6 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp |
@@ -67,4 +67,4 @@ bool SVGZoomAndPan::parseZoomAndPan(const UChar*& start, const UChar* end) |
return parseZoomAndPanInternal(start, end, m_zoomAndPan); |
} |
-} |
+} // namespace blink |