| Index: third_party/WebKit/Source/core/loader/PingLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.h b/third_party/WebKit/Source/core/loader/PingLoader.h
|
| index 104a8598443457a2bd1c01f24a95c7ad5b295f7d..ae6d269c855895c61512157032128d5fb73ee1d3 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.h
|
| @@ -33,7 +33,14 @@
|
| #define PingLoader_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/fetch/ResourceLoaderOptions.h"
|
| +#include "core/frame/DOMWindowProperty.h"
|
| +#include "platform/Timer.h"
|
| +#include "platform/heap/Handle.h"
|
| +#include "platform/heap/SelfKeepAlive.h"
|
| +#include "public/platform/WebURLLoaderClient.h"
|
| #include "wtf/Forward.h"
|
| +#include "wtf/Noncopyable.h"
|
| #include <memory>
|
|
|
| namespace blink {
|
|
|