Index: components/test_runner/web_frame_test_proxy.h |
diff --git a/components/test_runner/web_frame_test_proxy.h b/components/test_runner/web_frame_test_proxy.h |
index ac444304046335918db5624824178fd29d0a7339..4f3186709a97c00189574c25a32aeb78ccf0ffc9 100644 |
--- a/components/test_runner/web_frame_test_proxy.h |
+++ b/components/test_runner/web_frame_test_proxy.h |
@@ -96,9 +96,9 @@ class WebFrameTestProxy : public Base, public WebFrameTestProxyBase { |
replaces_current_history_item); |
} |
- void didStartProvisionalLoad(blink::WebLocalFrame* frame) override { |
- test_client()->didStartProvisionalLoad(frame); |
- Base::didStartProvisionalLoad(frame); |
+ void didStartProvisionalLoad(blink::WebDataSource* data_source) override { |
+ test_client()->didStartProvisionalLoad(data_source); |
+ Base::didStartProvisionalLoad(data_source); |
} |
void didReceiveServerRedirectForProvisionalLoad( |