| Index: content/browser/web_contents/render_view_host_manager_unittest.cc | 
| =================================================================== | 
| --- content/browser/web_contents/render_view_host_manager_unittest.cc	(revision 140789) | 
| +++ content/browser/web_contents/render_view_host_manager_unittest.cc	(working copy) | 
| @@ -180,8 +180,7 @@ | 
| bool ShouldSwapProcesses(RenderViewHostManager* manager, | 
| const NavigationEntryImpl* cur_entry, | 
| const NavigationEntryImpl* new_entry) const { | 
| -    return manager->ShouldSwapBrowsingInstanceForNavigation(cur_entry, | 
| -                                                            new_entry); | 
| +    return manager->ShouldSwapProcessesForNavigation(cur_entry, new_entry); | 
| } | 
|  | 
| private: | 
|  |