| Index: chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.cc (revision 151481)
|
| +++ chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.cc (working copy)
|
| @@ -96,8 +96,8 @@
|
| session_tab, NEW_FOREGROUND_TAB);
|
| #else
|
| TabRestoreServiceDelegate* delegate =
|
| - TabRestoreServiceDelegate::FindDelegateForController(
|
| - &web_ui()->GetWebContents()->GetController(), NULL);
|
| + TabRestoreServiceDelegate::FindDelegateForWebContents(
|
| + web_ui()->GetWebContents());
|
| if (!delegate)
|
| return;
|
| WindowOpenDisposition disposition =
|
|
|