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 7889fae1ec0da16c933ebf0cd89c32d32d164cec..65c506b202cf785a843a1ad508658b415d678f2f 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm |
@@ -526,7 +526,7 @@ DownloadShelf* BrowserWindowCocoa::GetDownloadShelf() { |
void BrowserWindowCocoa::ConfirmBrowserCloseWithPendingDownloads() { |
// Call InProgressDownloadResponse asynchronously to avoid a crash when the |
// browser window is closed here (http://crbug.com/44454). |
- MessageLoop::current()->PostTask(FROM_HERE, |
+ base::MessageLoop::current()->PostTask(FROM_HERE, |
base::Bind(&Browser::InProgressDownloadResponse, |
confirm_close_factory_.GetWeakPtr(), true)); |
} |