| Index: cc/layer_sorter_unittest.cc
|
| diff --git a/cc/layer_sorter_unittest.cc b/cc/layer_sorter_unittest.cc
|
| index 7dad9b8641ce04ab768c2c4f7d131443ae431dee..63376c59fcbc7c5b4399bd956dbf99c0c3f33139 100644
|
| --- a/cc/layer_sorter_unittest.cc
|
| +++ b/cc/layer_sorter_unittest.cc
|
| @@ -12,9 +12,9 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include <public/WebTransformationMatrix.h>
|
|
|
| -using namespace cc;
|
| using WebKit::WebTransformationMatrix;
|
|
|
| +namespace cc {
|
| namespace {
|
|
|
| // Note: In the following overlap tests, the "camera" is looking down the negative Z axis,
|
| @@ -262,4 +262,5 @@ TEST(LayerSorterTest, verifyExistingOrderingPreservedWhenNoZDiff)
|
| EXPECT_EQ(5, layerList[4]->id());
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace
|
| +} // namespace cc
|
|
|