| Index: third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| index 74bb74dd5e6675842876c1b1bbc9298c6e6fc51a..80051ef011b1489e4566f21e8743219098c0c39f 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| @@ -13,7 +13,6 @@
|
| namespace blink {
|
|
|
| class SimRequest;
|
| -class WebURLLoader;
|
| class WebURLLoaderClient;
|
| class WebURLResponse;
|
|
|
| @@ -36,20 +35,16 @@ class SimNetwork final : public WebURLLoaderTestDelegate {
|
|
|
| // WebURLLoaderTestDelegate
|
| void didReceiveResponse(WebURLLoaderClient*,
|
| - WebURLLoader*,
|
| const WebURLResponse&) override;
|
| void didReceiveData(WebURLLoaderClient*,
|
| - WebURLLoader*,
|
| const char* data,
|
| int dataLength,
|
| int encodedDataLength) override;
|
| void didFail(WebURLLoaderClient*,
|
| - WebURLLoader*,
|
| const WebURLError&,
|
| int64_t totalEncodedDataLength,
|
| int64_t totalEncodedBodyLength) override;
|
| void didFinishLoading(WebURLLoaderClient*,
|
| - WebURLLoader*,
|
| double finishTime,
|
| int64_t totalEncodedDataLength,
|
| int64_t totalEncodedBodyLength) override;
|
|
|