summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download_file.cc')
-rw-r--r--chrome/browser/download_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download_file.cc b/chrome/browser/download_file.cc
index d025377..a7f796e 100644
--- a/chrome/browser/download_file.cc
+++ b/chrome/browser/download_file.cc
@@ -415,7 +415,7 @@ void DownloadFileManager::DownloadUrl(const GURL& url,
int render_view_id,
URLRequestContext* request_context) {
DCHECK(MessageLoop::current() == ui_loop_);
- Thread* thread = g_browser_process->io_thread();
+ base::Thread* thread = g_browser_process->io_thread();
if (thread) {
thread->message_loop()->PostTask(FROM_HERE,
NewRunnableMethod(this,