Index: chrome/browser/download/download_shelf.cc |
diff --git a/chrome/browser/download/download_shelf.cc b/chrome/browser/download/download_shelf.cc |
index c1c3b7f9696cb5088546754d51ae649ad74c6c3d..e9a9b32a98598e4c196ebc9c13610bff33e2c456 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(), |