| Index: content/test/test_navigation_url_loader.cc
|
| diff --git a/content/test/test_navigation_url_loader.cc b/content/test/test_navigation_url_loader.cc
|
| index ecb3b1014964f0d2cc99aa25a62617487afa3a1a..262d55205a388dc0b01927e187901db5b805b255 100644
|
| --- a/content/test/test_navigation_url_loader.cc
|
| +++ b/content/test/test_navigation_url_loader.cc
|
| @@ -47,7 +47,8 @@ void TestNavigationURLLoader::CallOnRequestRedirected(
|
| void TestNavigationURLLoader::CallOnResponseStarted(
|
| const scoped_refptr<ResourceResponse>& response,
|
| scoped_ptr<StreamHandle> body) {
|
| - delegate_->OnResponseStarted(response, std::move(body));
|
| + delegate_->OnResponseStarted(response, std::move(body),
|
| + mojo::ScopedDataPipeConsumerHandle());
|
| }
|
|
|
| TestNavigationURLLoader::~TestNavigationURLLoader() {}
|
|
|