Index: extensions/browser/content_verify_job.cc |
diff --git a/extensions/browser/content_verify_job.cc b/extensions/browser/content_verify_job.cc |
index 237dab68bc3abbde87f691bf81543cb07ddbe9dc..3bd086b3aa6143c3f22c6a76be9a24c3ac11a205 100644 |
--- a/extensions/browser/content_verify_job.cc |
+++ b/extensions/browser/content_verify_job.cc |
@@ -66,9 +66,7 @@ void ContentVerifyJob::Start() { |
g_test_observer->JobStarted(hash_reader_->extension_id(), |
hash_reader_->relative_path()); |
base::PostTaskWithTraitsAndReplyWithResult( |
- FROM_HERE, |
- base::TaskTraits().MayBlock().WithPriority( |
- base::TaskPriority::USER_VISIBLE), |
+ FROM_HERE, {base::MayBlock(), base::TaskPriority::USER_VISIBLE}, |
base::Bind(&ContentHashReader::Init, hash_reader_), |
base::Bind(&ContentVerifyJob::OnHashesReady, this)); |
} |