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

Unified Diff: components/drive/chromeos/fake_file_system.cc

Issue 2910913002: WIP.
Patch Set: rebase Created 3 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
« no previous file with comments | « components/drive/chromeos/directory_loader.cc ('k') | components/drive/job_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/chromeos/fake_file_system.cc
diff --git a/components/drive/chromeos/fake_file_system.cc b/components/drive/chromeos/fake_file_system.cc
index 69b7a284d4b8e8c02b365d5591bcc658d913511c..35b9eb39d98200c0200816d4e76d1911c9e11104 100644
--- a/components/drive/chromeos/fake_file_system.cc
+++ b/components/drive/chromeos/fake_file_system.cc
@@ -387,10 +387,9 @@ void FakeFileSystem::GetResourceEntryAfterGetParentEntryInfo(
DCHECK(parent_entry);
drive_service_->GetFileListInDirectory(
- parent_entry->resource_id(),
- base::Bind(
- &FakeFileSystem::GetResourceEntryAfterGetFileList,
- weak_ptr_factory_.GetWeakPtr(), base_name, callback));
+ parent_entry->resource_id(), "" /* team_drive_id */,
+ base::Bind(&FakeFileSystem::GetResourceEntryAfterGetFileList,
+ weak_ptr_factory_.GetWeakPtr(), base_name, callback));
}
void FakeFileSystem::GetResourceEntryAfterGetFileList(
« no previous file with comments | « components/drive/chromeos/directory_loader.cc ('k') | components/drive/job_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698