Chromium Code Reviews| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp |
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp |
| index a60586f115ea704d243cd11e6b12846b6cc972d4..c65a8a0d3cdaa9e0639d5d89abe6811e2b4d3050 100644 |
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp |
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp |
| @@ -29,4 +29,4 @@ bool AnimatableDoubleAndBool::equalTo(const AnimatableValue* value) const |
| return toDouble() == other->toDouble() && flag() == other->flag(); |
| } |
| -} |
| +} // namespace blink |