| Index: cc/solid_color_layer_impl_unittest.cc
|
| diff --git a/cc/solid_color_layer_impl_unittest.cc b/cc/solid_color_layer_impl_unittest.cc
|
| index f228d2b01fbfbe6223d9795239a84bdc9efe2783..4f1d53ce11c6f539084cc05cae94e620f2a23902 100644
|
| --- a/cc/solid_color_layer_impl_unittest.cc
|
| +++ b/cc/solid_color_layer_impl_unittest.cc
|
| @@ -15,9 +15,9 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using namespace cc;
|
| using namespace LayerTestCommon;
|
|
|
| +namespace cc {
|
| namespace {
|
|
|
| TEST(SolidColorLayerImplTest, verifyTilingCompleteAndNoOverlap)
|
| @@ -141,4 +141,5 @@ TEST(SolidColorLayerImplTest, verifyOpaqueRect)
|
| }
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace
|
| +} // namespace cc
|
|
|