| Index: content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl_unittest.cc b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| index 7776eacaeb3c59c4ac703d139894607b1471957b..5e45ffaab292904436b69ffa5b7a4e70ce8672a0 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -102,7 +102,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| // It's safe to use base::Unretained since the NavigationHandle is owned by
|
| // the NavigationHandleImplTest.
|
| test_handle_->WillStartRequest(
|
| - "GET", Referrer(), false, ui::PAGE_TRANSITION_LINK, false,
|
| + "GET", nullptr, Referrer(), false, ui::PAGE_TRANSITION_LINK, false,
|
| base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult,
|
| base::Unretained(this)));
|
| }
|
|
|