| Index: chrome/browser/sync_file_system/local/root_delete_helper.cc
|
| diff --git a/chrome/browser/sync_file_system/local/root_delete_helper.cc b/chrome/browser/sync_file_system/local/root_delete_helper.cc
|
| index 64d9bd6b3d53d8c6f63e41db8f26b4814e8325db..490a9f5dfcbe32f246d7781a7b41b9f71f8f2a83 100644
|
| --- a/chrome/browser/sync_file_system/local/root_delete_helper.cc
|
| +++ b/chrome/browser/sync_file_system/local/root_delete_helper.cc
|
| @@ -23,7 +23,7 @@ namespace {
|
| void ResetFileChangeTracker(storage::FileSystemContext* file_system_context,
|
| const storage::FileSystemURL& url) {
|
| DCHECK(file_system_context->default_file_task_runner()->
|
| - RunsTasksOnCurrentThread());
|
| + RunsTasksInCurrentSequence());
|
| SyncFileSystemBackend* backend =
|
| SyncFileSystemBackend::GetBackend(file_system_context);
|
| DCHECK(backend);
|
|
|