| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index 72f4f621af62640770e132aa5c10f7bbc5e8b907..0cb5df282deb8a46ba6201a3ced677b26307b162 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -149,7 +149,7 @@ void TestWebContents::CommitPendingNavigation() {
|
| // Simulate the SwapOut_ACK that fires if you commit a cross-site navigation
|
| // without making any network requests.
|
| if (old_rvh != rvh)
|
| - static_cast<RenderViewHostImpl*>(old_rvh)->OnSwapOutACK(false);
|
| + static_cast<RenderViewHostImpl*>(old_rvh)->OnSwappedOut(false);
|
| }
|
|
|
| void TestWebContents::ProceedWithCrossSiteNavigation() {
|
|
|