Index: chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
diff --git a/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h b/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
index 86170bbed42f0e0ad6a571a8efe863ef2af60128..e64c98438a06043444004ea6ad4462e98cd4f50b 100644 |
--- a/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
+++ b/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
@@ -173,14 +173,12 @@ class FakeProvidedFileSystem : public ProvidedFileSystemInterface { |
// Aborts a request. |task_id| refers to a posted callback returning a |
// response for the operation, which will be cancelled, hence not called. |
- void Abort(int task_id, |
- const storage::AsyncFileUtil::StatusCallback& callback); |
+ void Abort(int task_id); |
// Aborts a request. |task_ids| refers to a vector of posted callbacks |
// returning a response for the operation, which will be cancelled, hence not |
// called. |
- void AbortMany(const std::vector<int>& task_ids, |
- const storage::AsyncFileUtil::StatusCallback& callback); |
+ void AbortMany(const std::vector<int>& task_ids); |
ProvidedFileSystemInfo file_system_info_; |
Entries entries_; |