| Index: Source/platform/scheduler/SchedulerTest.cpp
|
| diff --git a/Source/platform/scheduler/SchedulerTest.cpp b/Source/platform/scheduler/SchedulerTest.cpp
|
| index ea542f60300202fd994a997ab7d5d5c069a8ce9d..f4146fda29517858282186b62323384b18765d72 100644
|
| --- a/Source/platform/scheduler/SchedulerTest.cpp
|
| +++ b/Source/platform/scheduler/SchedulerTest.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using WebCore::Scheduler;
|
| +using blink::Scheduler;
|
|
|
| namespace {
|
|
|
| @@ -53,7 +53,7 @@ private:
|
| WTF::Deque<OwnPtr<Task> > m_pendingTasks;
|
| };
|
|
|
| -class SchedulerTestingPlatformSupport : WebCore::TestingPlatformSupport {
|
| +class SchedulerTestingPlatformSupport : blink::TestingPlatformSupport {
|
| public:
|
| SchedulerTestingPlatformSupport()
|
| : TestingPlatformSupport(TestingPlatformSupport::Config())
|
|
|