| Index: chrome/browser/download/download_shelf.cc
|
| diff --git a/chrome/browser/download/download_shelf.cc b/chrome/browser/download/download_shelf.cc
|
| index a21faac72af40f4de342a96e7351c9f9fb50ba1a..e6a5fb942cc9a0800099765fb2a724420ee82594 100644
|
| --- a/chrome/browser/download/download_shelf.cc
|
| +++ b/chrome/browser/download/download_shelf.cc
|
| @@ -44,7 +44,7 @@ void DownloadShelf::AddDownload(DownloadItem* download) {
|
| // If we are going to remove the download from the shelf upon completion,
|
| // wait a few seconds to see if it completes quickly. If it's a small
|
| // download, then the user won't have time to interact with it.
|
| - MessageLoop::current()->PostDelayedTask(
|
| + base::MessageLoop::current()->PostDelayedTask(
|
| FROM_HERE,
|
| base::Bind(&DownloadShelf::ShowDownloadById,
|
| weak_ptr_factory_.GetWeakPtr(),
|
|
|