| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp
|
| index 839bcaff047344f8c43e5851a898f74d943e6c33..8dd548944ebef4ef18f53dce12050514078020b1 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp
|
| @@ -32,10 +32,10 @@
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "core/probe/CoreProbes.h"
|
| #include "core/xmlhttprequest/XMLHttpRequest.h"
|
| +#include "platform/scheduler/child/web_scheduler.h"
|
| #include "platform/wtf/Assertions.h"
|
| #include "platform/wtf/text/AtomicString.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebThread.h"
|
|
|
| namespace blink {
|
|
|