Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGLength.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGLength.cpp b/third_party/WebKit/Source/core/svg/SVGLength.cpp |
| index 98bc6db45a68b731d6af5406d25d35547b74e59c..c9902d1eba954339145e8d2dde69dfa3b97fa8e7 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGLength.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGLength.cpp |
| @@ -268,4 +268,4 @@ float SVGLength::calculateDistance(PassRefPtrWillBeRawPtr<SVGPropertyBase> toVal |
| return fabsf(toLength->value(lengthContext) - value(lengthContext)); |
| } |
| -} |
| +} // namespace blink |