Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/ColorDistance.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/ColorDistance.cpp b/third_party/WebKit/Source/core/svg/ColorDistance.cpp |
| index 0ee18936313acd916c394e7b424aab922d31a189..3d4159bc03640a8a17cc20d8ab5bb223022b78fa 100644 |
| --- a/third_party/WebKit/Source/core/svg/ColorDistance.cpp |
| +++ b/third_party/WebKit/Source/core/svg/ColorDistance.cpp |
| @@ -38,4 +38,4 @@ float ColorDistance::distance(const Color& fromColor, const Color& toColor) |
| return sqrtf(redDiff * redDiff + blueDiff * blueDiff + greenDiff * greenDiff); |
| } |
| -} |
| +} // namespace blink |