Index: chrome/browser/chromeos/file_system_provider/provided_file_system.h |
diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system.h b/chrome/browser/chromeos/file_system_provider/provided_file_system.h |
index 724d99f2e948e39e3c50fd71fdbf55fa1828020e..4d5c50d691e095408cb256c9d6b957536bd3671f 100644 |
--- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h |
+++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h |
@@ -95,10 +95,10 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface { |
AbortCallback GetMetadata(const base::FilePath& entry_path, |
MetadataFieldMask fields, |
const GetMetadataCallback& callback) override; |
- AbortCallback GetActions(const base::FilePath& entry_path, |
+ AbortCallback GetActions(const std::vector<base::FilePath>& entry_paths, |
const GetActionsCallback& callback) override; |
AbortCallback ExecuteAction( |
- const base::FilePath& entry_path, |
+ const std::vector<base::FilePath>& entry_paths, |
const std::string& action_id, |
const storage::AsyncFileUtil::StatusCallback& callback) override; |
AbortCallback ReadDirectory( |