Chromium Code Reviews| Index: chrome/browser/ui/browser_list.cc |
| =================================================================== |
| --- chrome/browser/ui/browser_list.cc (revision 178056) |
| +++ chrome/browser/ui/browser_list.cc (working copy) |
| @@ -67,7 +67,8 @@ |
| // static |
| void BrowserList::SetLastActive(Browser* browser) { |
| - GetNativeList()->SetLastActive(browser); |
| + chrome::BrowserListImpl::GetInstance(browser->host_desktop_type())-> |
| + SetLastActive(browser); |
| } |
| // static |