| 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 8b8dd8ef2af9e8ea9dcb2600f73b688aea4b234c..c2105a13f90ba0d5e700ad42ff3ed476f0f07196 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.h
|
| @@ -33,10 +33,10 @@
|
| #define PingLoader_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/fetch/ResourceLoaderOptions.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/SelfKeepAlive.h"
|
| +#include "platform/loader/fetch/ResourceLoaderOptions.h"
|
| #include "public/platform/WebURLLoaderClient.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
|
|