Index: chrome/browser/browsing_data/media_licenses_counter.cc |
diff --git a/chrome/browser/browsing_data/media_licenses_counter.cc b/chrome/browser/browsing_data/media_licenses_counter.cc |
index 9f19f2766781f4c337a62bb85e98ff83e664e308..6068db717ef870b24908e2d13e81f3febc596a0d 100644 |
--- a/chrome/browser/browsing_data/media_licenses_counter.cc |
+++ b/chrome/browser/browsing_data/media_licenses_counter.cc |
@@ -21,7 +21,7 @@ namespace { |
std::set<GURL> CountOriginsOnFileTaskRunner( |
storage::FileSystemContext* filesystem_context) { |
DCHECK(filesystem_context->default_file_task_runner() |
- ->RunsTasksOnCurrentThread()); |
+ ->RunsTasksInCurrentSequence()); |
storage::FileSystemBackend* backend = |
filesystem_context->GetFileSystemBackend( |