| Index: third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h
|
| index 131735a30b7392c90e892920f41a9b11200b2827..4bdd47519f24d08654b5cddf229fe1b5fefe2b35 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/queueing_time_estimator.h
|
| @@ -7,16 +7,16 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "public/platform/WebCommon.h"
|
| +#include "platform/PlatformExport.h"
|
|
|
| namespace blink {
|
| namespace scheduler {
|
|
|
| // Records the expected queueing time for a high priority task occurring
|
| // randomly during each interval of length |window_duration|.
|
| -class BLINK_PLATFORM_EXPORT QueueingTimeEstimator {
|
| +class PLATFORM_EXPORT QueueingTimeEstimator {
|
| public:
|
| - class BLINK_PLATFORM_EXPORT Client {
|
| + class PLATFORM_EXPORT Client {
|
| public:
|
| virtual void OnQueueingTimeForWindowEstimated(
|
| base::TimeDelta queueing_time) = 0;
|
|
|