| Index: cc/resource_update_controller_unittest.cc
|
| diff --git a/cc/resource_update_controller_unittest.cc b/cc/resource_update_controller_unittest.cc
|
| index 2bb9ff8296c0bc243b9bbc16b6f72bc0930fb454..34304567143107c33298b1a57e7369477b8dffd1 100644
|
| --- a/cc/resource_update_controller_unittest.cc
|
| +++ b/cc/resource_update_controller_unittest.cc
|
| @@ -15,11 +15,11 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
|
|
| -using namespace cc;
|
| using namespace WebKit;
|
| using namespace WebKitTests;
|
| using testing::Test;
|
|
|
| +namespace cc {
|
| namespace {
|
|
|
| const int kFlushPeriodFull = 4;
|
| @@ -504,4 +504,5 @@ TEST_F(ResourceUpdateControllerTest, UpdatesCompleteInFiniteTime)
|
| EXPECT_EQ(2, m_numTotalUploads);
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace
|
| +} // namespace cc
|
|
|