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

Unified Diff: chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.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/drive_backend/callback_helper_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc b/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc
index 6b8229ff5e0d0b425f867119860b639ad5b6777d..a3b6386a6ef142d99617ef921d5cd13699bc1738 100644
--- a/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc
@@ -34,7 +34,7 @@ void VerifyCalledOnTaskRunner(base::TaskRunner* task_runner,
ASSERT_TRUE(called);
ASSERT_TRUE(task_runner);
- EXPECT_TRUE(task_runner->RunsTasksOnCurrentThread());
+ EXPECT_TRUE(task_runner->RunsTasksInCurrentSequence());
EXPECT_FALSE(*called);
*called = true;
}

Powered by Google App Engine
This is Rietveld 408576698