| Index: cc/render_surface_unittest.cc
|
| diff --git a/cc/render_surface_unittest.cc b/cc/render_surface_unittest.cc
|
| index bde530a692ba106ff33fbc59582e648eb3dfff4f..8e178edcc489ee2cab055e8b583f6a9c95290e62 100644
|
| --- a/cc/render_surface_unittest.cc
|
| +++ b/cc/render_surface_unittest.cc
|
| @@ -18,9 +18,9 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include <public/WebTransformationMatrix.h>
|
|
|
| -using namespace cc;
|
| using WebKit::WebTransformationMatrix;
|
|
|
| +namespace cc {
|
| namespace {
|
|
|
| #define EXECUTE_AND_VERIFY_SURFACE_CHANGED(codeToTest) \
|
| @@ -153,4 +153,5 @@ TEST(RenderSurfaceTest, sanityCheckSurfaceCreatesCorrectRenderPass)
|
| EXPECT_EQ(origin, pass->transformToRootTarget());
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace
|
| +} // namespace cc
|
|
|