| Index: content/browser/loader/navigation_url_loader_unittest.cc
|
| diff --git a/content/browser/loader/navigation_url_loader_unittest.cc b/content/browser/loader/navigation_url_loader_unittest.cc
|
| index 5c4c7fdfe2a8bb6fe78f59f2f61465fd0e02c1ef..418046ef46002ccd4b430d474166a9f84563cf3a 100644
|
| --- a/content/browser/loader/navigation_url_loader_unittest.cc
|
| +++ b/content/browser/loader/navigation_url_loader_unittest.cc
|
| @@ -188,7 +188,7 @@ class NavigationURLLoaderTest : public testing::Test {
|
| -1, scoped_refptr<ResourceRequestBody>()));
|
|
|
| return NavigationURLLoader::Create(browser_context_.get(),
|
| - request_info.Pass(), delegate);
|
| + request_info.Pass(), nullptr, delegate);
|
| }
|
|
|
| // Helper function for fetching the body of a URL to a string.
|
|
|