1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/scheduler/child/lazy_now.h"
7 #include "components/scheduler/child/task_queue_manager.h"
12 base::TimeTicks
LazyNow::Now() {
14 now_
= task_queue_manager_
->Now();
18 } // namespace internal
19 } // namespace scheduler