Chromium Code Reviews| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
| index 4d0e073a18663a0d1afc81bcbc9b599ae131da4c..61da0373deca2af41149193e70bb46ad79361dc2 100644 |
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp |
| @@ -75,4 +75,4 @@ bool AnimatableLengthBoxAndBool::equalTo(const AnimatableValue* value) const |
| return box()->equals(lengthBox->box()) && flag() == lengthBox->flag(); |
| } |
| -} |
| +} // namespace blink |