| Index: cc/layer_tree_host_unittest.cc
|
| diff --git a/cc/layer_tree_host_unittest.cc b/cc/layer_tree_host_unittest.cc
|
| index b8c92c2e07e47d291f9b7310c9c432c0af27e082..6cfad3f1ef42fe529cd7329035442b9b9159e5c3 100644
|
| --- a/cc/layer_tree_host_unittest.cc
|
| +++ b/cc/layer_tree_host_unittest.cc
|
| @@ -29,10 +29,10 @@
|
| #include <public/WebLayerScrollClient.h>
|
| #include <public/WebSize.h>
|
|
|
| -using namespace cc;
|
| using namespace WebKit;
|
| using namespace WebKitTests;
|
|
|
| +namespace cc {
|
| namespace {
|
|
|
| class LayerTreeHostTest : public ThreadedTest { };
|
| @@ -3224,4 +3224,5 @@ TEST_F(LayerTreeHostTestDeferCommits, runMultiThread)
|
| runTest(true);
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace
|
| +} // namespace cc
|
|
|