Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2240)

Unified Diff: chrome/browser/sync_file_system/local/root_delete_helper.cc

Issue 2871303004: Rename TaskRunner::RunsTasksOnCurrentThread() in //chrome (Closed)
Patch Set: fixed build error Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698