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

Unified Diff: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc

Issue 236313009: [SyncFS] Post tasks between SyncEngine and SyncWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Work for comments Created 6 years, 8 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/local_to_remote_syncer_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
index 1dca18bbd5564958c4e48d89d2c66e0abdfeba4c..64ac9dc992bdec992972a11ee4674c7bec79c5ce 100644
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
@@ -68,6 +68,7 @@ class LocalToRemoteSyncerTest : public testing::Test {
context_.reset(new SyncEngineContext(
fake_drive_service_.get(),
drive_uploader_.get(),
+ base::MessageLoopProxy::current(),
base::MessageLoopProxy::current()));
context_->SetRemoteChangeProcessor(fake_remote_change_processor_.get());

Powered by Google App Engine
This is Rietveld 408576698