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

Unified Diff: components/drive/job_scheduler_unittest.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/job_scheduler.cc ('k') | components/drive/service/drive_api_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/job_scheduler_unittest.cc
diff --git a/components/drive/job_scheduler_unittest.cc b/components/drive/job_scheduler_unittest.cc
index 69ac7c2e1d4d647a0b3eae150d4ce163e4cd306c..0e1b3a9d6cb5cd46746ba417ec4d133b472b052e 100644
--- a/components/drive/job_scheduler_unittest.cc
+++ b/components/drive/job_scheduler_unittest.cc
@@ -262,7 +262,7 @@ TEST_F(JobSchedulerTest, GetFileListInDirectory) {
std::unique_ptr<google_apis::FileList> file_list;
scheduler_->GetFileListInDirectory(
- fake_drive_service_->GetRootResourceId(),
+ fake_drive_service_->GetRootResourceId(), "" /* team_drive_id */,
google_apis::test_util::CreateCopyResultCallback(&error, &file_list));
base::RunLoop().RunUntilIdle();
@@ -386,7 +386,7 @@ TEST_F(JobSchedulerTest, GetRemainingFileList) {
std::unique_ptr<google_apis::FileList> file_list;
scheduler_->GetFileListInDirectory(
- fake_drive_service_->GetRootResourceId(),
+ fake_drive_service_->GetRootResourceId(), "" /* team_drive_id */,
google_apis::test_util::CreateCopyResultCallback(&error, &file_list));
base::RunLoop().RunUntilIdle();
« no previous file with comments | « components/drive/job_scheduler.cc ('k') | components/drive/service/drive_api_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698