| Index: Source/platform/transforms/TransformationMatrixTest.cpp
|
| diff --git a/Source/platform/transforms/TransformationMatrixTest.cpp b/Source/platform/transforms/TransformationMatrixTest.cpp
|
| index ce08ce4584c1ab0103d982ca8792fefe62ec843a..f5c5e8a309964526927274271e23e430c14f7299 100644
|
| --- a/Source/platform/transforms/TransformationMatrixTest.cpp
|
| +++ b/Source/platform/transforms/TransformationMatrixTest.cpp
|
| @@ -7,8 +7,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -namespace {
|
| +namespace blink {
|
|
|
| TEST(TransformationMatrixTest, NonInvertableBlendTest)
|
| {
|
| @@ -59,4 +58,4 @@ TEST(TransformationMatrixTest, To2DTranslation)
|
| EXPECT_EQ(FloatSize(30, -40), matrix.to2DTranslation());
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|