| 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 7fed5190d59434e99c4ea542f0934d37859d2b87..f0f011b9dd02dab65c5ee99dcc78e91df7b759bd 100644
|
| --- a/content/test/test_navigation_url_loader.cc
|
| +++ b/content/test/test_navigation_url_loader.cc
|
| @@ -56,7 +56,7 @@ void TestNavigationURLLoader::CallOnResponseStarted(
|
| std::unique_ptr<StreamHandle> body,
|
| std::unique_ptr<NavigationData> navigation_data) {
|
| delegate_->OnResponseStarted(response, std::move(body), SSLStatus(),
|
| - std::move(navigation_data));
|
| + std::move(navigation_data), false);
|
| }
|
|
|
| TestNavigationURLLoader::~TestNavigationURLLoader() {}
|
|
|