Index: content/browser/frame_host/navigation_controller_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
index cfde265bd7d098ff740bf8c8b6770f9e3a0e7961..b58343b1ecf001471bc90b44dcb6765165c12283 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
@@ -1031,7 +1031,7 @@ TEST_F(NavigationControllerTest, LoadURL_RedirectAbortDoesntShowPendingURL) { |
const GURL kRedirectURL("http://foo/see"); |
main_test_rfh()->OnMessageReceived( |
FrameHostMsg_DidRedirectProvisionalLoad(0, // routing_id |
- 1, // pending page_id |
+ -1, // pending page_id |
kNewURL, // old url |
kRedirectURL)); // new url |