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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h

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
Index: chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h b/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
index 2f6daf94d2c33e0d4c02720e9e7c3093453c46f6..b20482c55998c58884a91dbae9a6653faa13e2bc 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_service_wrapper.h
@@ -62,9 +62,9 @@ class DriveServiceWrapper : public base::SupportsWeakPtr<DriveServiceWrapper> {
const std::string& resource_id,
const google_apis::FileResourceCallback& callback);
- void GetFileListInDirectory(
- const std::string& directory_resource_id,
- const google_apis::FileListCallback& callback);
+ void GetFileListInDirectory(const std::string& directory_resource_id,
+ const std::string& team_drive_id,
+ const google_apis::FileListCallback& callback);
void RemoveResourceFromDirectory(
const std::string& parent_resource_id,

Powered by Google App Engine
This is Rietveld 408576698