| Index: cc/test/scheduler_test_common.cc
|
| diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
|
| index 547124e4210014f00b9c3be249ba04534521e4a8..f295098ae2f14c441b0bab3ad4ba18c6eb3b95e2 100644
|
| --- a/cc/test/scheduler_test_common.cc
|
| +++ b/cc/test/scheduler_test_common.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace WebKitTests {
|
| +namespace cc {
|
|
|
| void FakeTimeSourceClient::onTimerTick()
|
| {
|
| @@ -79,4 +79,4 @@ base::TimeTicks FakeDelayBasedTimeSource::now() const
|
| return m_now;
|
| }
|
|
|
| -}
|
| +} // namespace cc
|
|
|