| Index: Source/platform/animation/UnitBezierTest.cpp
|
| diff --git a/Source/platform/animation/UnitBezierTest.cpp b/Source/platform/animation/UnitBezierTest.cpp
|
| index 833d4bee4673b036f11f3b8b2b1d5d1fa175de96..0ddc6ee81df9f52feba7a58a47f2106229ba0b45 100644
|
| --- a/Source/platform/animation/UnitBezierTest.cpp
|
| +++ b/Source/platform/animation/UnitBezierTest.cpp
|
| @@ -23,14 +23,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "platform/animation/UnitBezier.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| TEST(UnitBezierTest, BasicUse)
|
| {
|
| @@ -92,4 +89,4 @@ TEST(UnitBezierTest, InputOutOfRangeDistinctEndpoints)
|
| EXPECT_EQ(2.0, bezier.solve(2.0, 0.005));
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|