| Index: third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.cc
|
| diff --git a/components/scheduler/base/queueing_time_estimator.cc b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.cc
|
| similarity index 96%
|
| rename from components/scheduler/base/queueing_time_estimator.cc
|
| rename to third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.cc
|
| index 1402380f5721e24ceb34ae9b87ca5785ed565760..8ef5a9607f0da1786a449ed48ecfd5893e5c54af 100644
|
| --- a/components/scheduler/base/queueing_time_estimator.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.cc
|
| @@ -2,10 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/scheduler/base/queueing_time_estimator.h"
|
| +#include "platform/scheduler/base/queueing_time_estimator.h"
|
|
|
| #include "base/time/default_tick_clock.h"
|
|
|
| +#include <algorithm>
|
| +
|
| +namespace blink {
|
| namespace scheduler {
|
|
|
| namespace {
|
| @@ -85,3 +88,4 @@ bool QueueingTimeEstimator::TimePastWindowEnd(base::TimeTicks time) {
|
| }
|
|
|
| } // namespace scheduler
|
| +} // namespace blink
|
|
|