| Index: third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc b/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| index 35e746805290752d18d7059a2c1dfbca4f59493d..2c070e9b1ca6ce324825f9a0f8cd5a113f2a77bb 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc
|
| @@ -22,7 +22,7 @@ LazySchedulerMessageLoopDelegateForTests::
|
| LazySchedulerMessageLoopDelegateForTests()
|
| : message_loop_(base::MessageLoop::current()),
|
| thread_id_(base::PlatformThread::CurrentId()),
|
| - time_source_(base::WrapUnique(new base::DefaultTickClock())) {
|
| + time_source_(base::MakeUnique<base::DefaultTickClock>()) {
|
| if (message_loop_)
|
| original_task_runner_ = message_loop_->task_runner();
|
| }
|
|
|