| Index: third_party/WebKit/Source/platform/TimerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/TimerTest.cpp b/third_party/WebKit/Source/platform/TimerTest.cpp
|
| index 54c96f0e60e902a9119a871fa62e27beca890e23..9cbc0d27adf9520fffb29acebc258b5487b3e13e 100644
|
| --- a/third_party/WebKit/Source/platform/TimerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/TimerTest.cpp
|
| @@ -7,16 +7,16 @@
|
| #include <memory>
|
| #include <queue>
|
| #include "platform/scheduler/base/task_queue_impl.h"
|
| +#include "platform/scheduler/child/web_scheduler.h"
|
| #include "platform/scheduler/child/web_task_runner_impl.h"
|
| #include "platform/scheduler/renderer/renderer_scheduler_impl.h"
|
| +#include "platform/scheduler/renderer/web_view_scheduler.h"
|
| #include "platform/testing/TestingPlatformSupport.h"
|
| #include "platform/wtf/CurrentTime.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| #include "platform/wtf/RefCounted.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebThread.h"
|
| -#include "public/platform/WebViewScheduler.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|