| Index: content/public/test/browser_side_navigation_test_utils.cc
|
| diff --git a/content/public/test/browser_side_navigation_test_utils.cc b/content/public/test/browser_side_navigation_test_utils.cc
|
| index 93f8927daa629d9ac84b7d5b7db157f75a46fec3..8c7037cd68591007cef8c21c8ab16e3510a600fe 100644
|
| --- a/content/public/test/browser_side_navigation_test_utils.cc
|
| +++ b/content/public/test/browser_side_navigation_test_utils.cc
|
| @@ -62,7 +62,7 @@ std::unique_ptr<StreamHandle> MakeEmptyStream() {
|
| StreamRegistry* stream_registry =
|
| browser_side_navigation_test_utils.Get()->stream_registry();
|
| scoped_refptr<Stream> stream(new Stream(stream_registry, NULL, url));
|
| - stream->Finalize();
|
| + stream->Finalize(0);
|
| return stream->CreateHandle();
|
| }
|
|
|
|
|