| Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| index 13e5141a152edb70f7b295a05a8d70511b42ade9..2a9536fc6e5ca83d4ecc861930621a4ad9dc37f6 100644
|
| --- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| +++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| @@ -48,7 +48,8 @@ class WebURLLoaderMock : public WebURLLoader {
|
| WebURLResponse& response,
|
| WebURLError& error,
|
| WebData& data,
|
| - int64_t& encoded_data_length) override;
|
| + int64_t& encoded_data_length,
|
| + int64_t& encoded_body_length) override;
|
| void loadAsynchronously(const WebURLRequest& request,
|
| WebURLLoaderClient* client) override;
|
| void cancel() override;
|
|
|