| Index: cc/frame_rate_controller_unittest.cc
|
| diff --git a/cc/frame_rate_controller_unittest.cc b/cc/frame_rate_controller_unittest.cc
|
| index b639a1d93f540191b908f412308dbafcd72de258..773bff6cc8f13e944271027bb7c9e210d61483cb 100644
|
| --- a/cc/frame_rate_controller_unittest.cc
|
| +++ b/cc/frame_rate_controller_unittest.cc
|
| @@ -9,9 +9,9 @@
|
| #include "cc/test/scheduler_test_common.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using namespace cc;
|
| using namespace WebKitTests;
|
|
|
| +namespace cc {
|
| namespace {
|
|
|
| class FakeFrameRateControllerClient : public cc::FrameRateControllerClient {
|
| @@ -167,4 +167,5 @@ TEST(FrameRateControllerTest, TestFrameThrottling_Unthrottled)
|
| EXPECT_TRUE(client.vsyncTicked());
|
| }
|
|
|
| -} // anonymous namespace
|
| +} // namespace
|
| +} // namespace cc
|
|
|