| Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| index 9e39c6624e5253ef76688c06db3da36efd9a2e75..58b3f27ee367a0f8292559a5eb34a1d6f8c3b1d2 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| @@ -652,7 +652,7 @@ void RemoteToLocalSyncer::ListFolderContent(
|
|
|
| // TODO(tzik): Replace this call with ChildList version.
|
| drive_service()->GetFileListInDirectory(
|
| - dirty_tracker_->file_id(),
|
| + dirty_tracker_->file_id(), "" /* team_drive_id */,
|
| base::Bind(&RemoteToLocalSyncer::DidListFolderContent,
|
| weak_ptr_factory_.GetWeakPtr(), base::Passed(&token),
|
| base::Passed(base::WrapUnique(new FileIDList))));
|
|
|