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

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

Issue 288193002: [SyncFS] Construct and destruct sync_worker in worker_task_runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed RunLoop Created 6 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/drive_backend_sync_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
index b528b52d5c6d3431672953270aec4d7f0b1647a3..e7166f399c2546e70efbadfdff8d5b3f601bcc28 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
@@ -82,11 +82,12 @@ class DriveBackendSyncTest : public testing::Test,
file_task_runner_.get(),
NULL, NULL, NULL));
remote_sync_service_->AddServiceObserver(this);
+
tzik 2014/05/26 06:50:21 could you revert these space only change?
peria 2014/05/26 07:55:09 Done.
remote_sync_service_->Initialize(base_dir_.path(),
base::MessageLoopProxy::current(),
in_memory_env_.get());
- remote_sync_service_->SetSyncEnabled(true);
+ remote_sync_service_->SetSyncEnabled(true);
local_sync_service_->SetLocalChangeProcessor(remote_sync_service_.get());
remote_sync_service_->SetRemoteChangeProcessor(local_sync_service_.get());
}

Powered by Google App Engine
This is Rietveld 408576698