Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc |
index 8d39f00fe102d1f465686c8ea681820d8967d975..71c4a2418e10adb1c790de48e468b66b23c2faf1 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc |
@@ -94,11 +94,9 @@ class RemoteToLocalSyncerTest : public testing::Test { |
void InitializeMetadataDatabase() { |
SyncEngineInitializer* initializer = |
- new SyncEngineInitializer( |
- context_.get(), |
- base::MessageLoopProxy::current(), |
- database_dir_.path(), |
- in_memory_env_.get()); |
+ new SyncEngineInitializer(context_.get(), |
+ database_dir_.path(), |
+ in_memory_env_.get()); |
SyncStatusCode status = SYNC_STATUS_UNKNOWN; |
sync_task_manager_->ScheduleSyncTask( |
FROM_HERE, |