commit | dd32b127ce5deac52b24f493dac79195a30bf138 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat May 04 14:17:11 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat May 04 14:17:11 2013 |
tree | fe41d5b0b6fb1bcff0ccfc87a9f46cefee602723 | |
parent | 63b5c710324dc630a663eb76a6a4cc1372322830 [diff] [blame] |
content: Use base::MessageLoop. BUG=236029 [email protected] Review URL: https://chromiumcodereview.appspot.com/14335017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198316 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/download/download_manager_impl.cc b/content/browser/download/download_manager_impl.cc index f48d46f..3fa90438 100644 --- a/content/browser/download/download_manager_impl.cc +++ b/content/browser/download/download_manager_impl.cc
@@ -164,7 +164,7 @@ DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); *result = (DownloadFile::GetNumberOfDownloadFiles() == 0); BrowserThread::PostTask( - BrowserThread::UI, FROM_HERE, MessageLoop::QuitClosure()); + BrowserThread::UI, FROM_HERE, base::MessageLoop::QuitClosure()); } class DownloadItemFactoryImpl : public DownloadItemFactory {