| Index: content/browser/web_contents/web_contents_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| index 1a96496da949fd85607d5dc6e721b30e5b47ad8e..0a1c366bddb56ea3096fe2259a445d55f298ed71 100644
|
| --- a/content/browser/web_contents/web_contents_impl_unittest.cc
|
| +++ b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| @@ -2149,7 +2149,7 @@ TEST_F(WebContentsImplTest, FilterURLs) {
|
| contents()->NavigateAndCommit(url_normalized);
|
|
|
| // Check that an IPC with about:whatever is correctly normalized.
|
| - contents()->TestDidFinishLoad(1, url_from_ipc, true);
|
| + contents()->TestDidFinishLoad(url_from_ipc, true);
|
|
|
| EXPECT_EQ(url_normalized, observer.last_url());
|
|
|
|
|