| Index: third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/MockFetchContext.h b/third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| index 6ebb78b66ba181efe66b26170e2a81ef2afbfd4a..3073307a97dd1514d542e8b6a636d70fab5d541b 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "core/fetch/FetchContext.h"
|
| #include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/ResourceLoaderOptions.h"
|
| #include "platform/network/ResourceTimingInfo.h"
|
| #include "platform/scheduler/test/fake_web_task_runner.h"
|
| #include "wtf/PtrUtil.h"
|
| @@ -19,6 +18,7 @@ namespace blink {
|
| class KURL;
|
| class ResourceRequest;
|
| class WebTaskRunner;
|
| +struct ResourceLoaderOptions;
|
|
|
| // Mocked FetchContext for testing.
|
| // TODO(toyoshim): Use this class by other unit tests that currently have own
|
|
|