Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/ColorDistance.h |
| diff --git a/third_party/WebKit/Source/core/svg/ColorDistance.h b/third_party/WebKit/Source/core/svg/ColorDistance.h |
| index 9c6d2524c59276baa9495cf6d258d52f20793beb..a9aa15252e283e21be73b3b28be2f68c0a4b0f6b 100644 |
| --- a/third_party/WebKit/Source/core/svg/ColorDistance.h |
| +++ b/third_party/WebKit/Source/core/svg/ColorDistance.h |
| @@ -33,6 +33,6 @@ public: |
| static float distance(const Color& fromColor, const Color& toColor); |
| }; |
| -} |
| +} // namespace blink |
| #endif // ColorDistance_h |