Index: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.cpp |
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.cpp |
index 3528cfd4492c9c95518543511b81246269cdb70c..334057be12f9207b3d3cb88e702dfcefbfe643f5 100644 |
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.cpp |
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.cpp |
@@ -46,4 +46,4 @@ bool AnimatableLengthPoint::equalTo(const AnimatableValue* value) const |
return x()->equals(lengthPoint->x()) && y()->equals(lengthPoint->y()); |
} |
-} |
+} // namespace blink |