| 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 919284456f4c18541c7e831ef0bc0392a4849d06..d08ac823e7cf5efc4dcaa7d5b848f6040b61bc21 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
|
| @@ -97,10 +97,8 @@ class LocalToRemoteSyncerTest : public testing::Test {
|
| }
|
|
|
| void InitializeMetadataDatabase() {
|
| - SyncEngineInitializer* initializer =
|
| - new SyncEngineInitializer(context_.get(),
|
| - database_dir_.path(),
|
| - in_memory_env_.get());
|
| + SyncEngineInitializer* initializer = new SyncEngineInitializer(
|
| + context_.get(), database_dir_.GetPath(), in_memory_env_.get());
|
| SyncStatusCode status = SYNC_STATUS_UNKNOWN;
|
|
|
| sync_task_manager_->ScheduleSyncTask(
|
|
|