Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h |
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h |
index e78348854bc2c1503f15dcdbfe375f3df2f77f29..994e065a515963a10e0106bb5d69381a7f70d4c0 100644 |
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h |
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h |
@@ -59,7 +59,8 @@ class WebURLLoaderMockFactoryImpl : public WebURLLoaderMockFactory { |
void LoadSynchronously(const WebURLRequest& request, |
WebURLResponse* response, |
WebURLError* error, |
- WebData* data); |
+ WebData* data, |
+ int64_t* encoded_data_length); |
void LoadAsynchronouly(const WebURLRequest& request, |
WebURLLoaderMock* loader); |