Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp |
| index f74c9a04b8f660d2bd76bdb3c46a302f0a839ad5..6f4f84f4b084c10322929b80babf0d0661afca4a 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp |
| @@ -403,4 +403,4 @@ float SVGPreserveAspectRatio::calculateDistance(PassRefPtrWillBeRawPtr<SVGProper |
| return -1; |
| } |
| -} |
| +} // namespace blink |