Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
index dadf9ad0da2f0c3fd29d2b0eb98101b455f871f3..895541683c8db03b7176fe3660338090878b7d78 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
@@ -153,8 +153,8 @@ void BrowserWindowCocoa::Show() { |
// browser at the time |Show()| is called. This is the natural behaviour under |
// Windows, but |-makeKeyAndOrderFront:| won't send |-windowDidBecomeMain:| |
// until we return to the runloop. Therefore any calls to |
- // |chrome::FindLastActiveWithHostDesktopType| will return the previous |
- // browser instead if we don't explicitly set it here. |
+ // |chrome::FindLastActive| will return the previous browser instead if we |
+ // don't explicitly set it here. |
BrowserList::SetLastActive(browser_); |
bool is_session_restore = browser_->is_session_restore(); |