Chromium Code Reviews| Index: Source/core/animation/animatable/AnimatableLengthTest.cpp |
| diff --git a/Source/core/animation/animatable/AnimatableLengthTest.cpp b/Source/core/animation/animatable/AnimatableLengthTest.cpp |
| index e5ef607a55c092f877a29c92850ae6e30251403c..a6396da9a4a1cdee7f8555d306a9cca888d13670 100644 |
| --- a/Source/core/animation/animatable/AnimatableLengthTest.cpp |
| +++ b/Source/core/animation/animatable/AnimatableLengthTest.cpp |
| @@ -3,21 +3,19 @@ |
| // found in the LICENSE file. |
| #include "config.h" |
| - |
| #include "core/animation/animatable/AnimatableLength.h" |
| #include "platform/CalculationValue.h" |
| - |
| #include <gtest/gtest.h> |
| namespace blink { |
| namespace { |
| - PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, double zoom = 1) |
| - { |
| - return AnimatableLength::create(length, zoom); |
| - } |
| +PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, double zoom = 1) |
| +{ |
| + return AnimatableLength::create(length, zoom); |
| +} |
| } // namespace |
|
kochi
2015/06/10 08:04:08
nit: "anonymous namespace"?
tkent
2015/06/10 08:31:43
Done.
|