| Index: chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| diff --git a/chrome/browser/printing/cloud_print/privet_url_fetcher.cc b/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| index b9b063215f6202ad85b07f97062257a360869174..1fdccbdae7370cfedfd5e88589026eeb71ba7a02 100644
|
| --- a/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| +++ b/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| @@ -171,7 +171,7 @@ void PrivetURLFetcher::Try() {
|
|
|
| if (make_response_file_) {
|
| url_fetcher_->SaveResponseToTemporaryFile(
|
| - content::BrowserThread::GetMessageLoopProxyForThread(
|
| + content::BrowserThread::GetTaskRunnerForThread(
|
| content::BrowserThread::FILE));
|
| }
|
|
|
| @@ -181,7 +181,7 @@ void PrivetURLFetcher::Try() {
|
| url_fetcher_->SetUploadFilePath(
|
| upload_content_type_, upload_file_path_, 0 /*offset*/,
|
| std::numeric_limits<uint64_t>::max() /*length*/,
|
| - content::BrowserThread::GetMessageLoopProxyForThread(
|
| + content::BrowserThread::GetTaskRunnerForThread(
|
| content::BrowserThread::FILE));
|
| } else {
|
| url_fetcher_->SetUploadData(upload_content_type_, upload_data_);
|
|
|