| Index: chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.cc b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| index dec8e6118054b59c4ea94d4c714c3ed37c382590..61d56d4ba18b78e5d3fdbb857557d3ef5741080d 100644
|
| --- a/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| +++ b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
|
| @@ -106,7 +106,7 @@ TabRestoreServiceDelegate* TabRestoreServiceDelegate::Create(
|
| TabRestoreServiceDelegate*
|
| TabRestoreServiceDelegate::FindDelegateForWebContents(
|
| const WebContents* contents) {
|
| - Browser* browser = browser::FindBrowserWithWebContents(contents);
|
| + Browser* browser = chrome::FindBrowserWithWebContents(contents);
|
| return browser ? browser->tab_restore_service_delegate() : NULL;
|
| }
|
|
|
|
|