| Index: cc/math_util_unittest.cc
|
| diff --git a/cc/math_util_unittest.cc b/cc/math_util_unittest.cc
|
| index 571329c5f89c5e58d9a6c7bada1b99a82f121919..da1071cef8b250c2851c053f7e4579c67a2aaadf 100644
|
| --- a/cc/math_util_unittest.cc
|
| +++ b/cc/math_util_unittest.cc
|
| @@ -15,9 +15,9 @@
|
| #include "ui/gfx/rect_f.h"
|
| #include <public/WebTransformationMatrix.h>
|
|
|
| -using namespace cc;
|
| using WebKit::WebTransformationMatrix;
|
|
|
| +namespace cc {
|
| namespace {
|
|
|
| TEST(MathUtilTest, verifyBackfaceVisibilityBasicCases)
|
| @@ -182,4 +182,5 @@ TEST(MathUtilTest, vectorProjection)
|
| projectedVector.y() / targetVector.y());
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace
|
| +} // namespace cc
|
|
|