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

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

Issue 291403004: [SyncFS] Add TaskLogger and wire up it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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..ef451291d12f281102dcf05492884bfa61a43091 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
@@ -83,6 +83,7 @@ class DriveBackendSyncTest : public testing::Test,
NULL, NULL, NULL));
remote_sync_service_->AddServiceObserver(this);
remote_sync_service_->Initialize(base_dir_.path(),
+ NULL,
base::MessageLoopProxy::current(),
in_memory_env_.get());
remote_sync_service_->SetSyncEnabled(true);

Powered by Google App Engine
This is Rietveld 408576698