Index: chrome/browser/chromeos/file_system_provider/operations/operation.h |
diff --git a/chrome/browser/chromeos/file_system_provider/operations/operation.h b/chrome/browser/chromeos/file_system_provider/operations/operation.h |
index e5d07ebadae76fcd9834ad9674b8341dbaa7a821..555f9c6e0188ad3b853455356fd33a57c5012732 100644 |
--- a/chrome/browser/chromeos/file_system_provider/operations/operation.h |
+++ b/chrome/browser/chromeos/file_system_provider/operations/operation.h |
@@ -14,7 +14,7 @@ |
#include "webkit/browser/fileapi/async_file_util.h" |
namespace base { |
-class DictionaryValue; |
+class ListValue; |
} // namespace base |
namespace extensions { |
@@ -50,12 +50,11 @@ class Operation : public RequestManager::HandlerInterface { |
const DispatchEventImplCallback& callback); |
protected: |
- // Sends an event to the providing extension. Automatically adds the file |
- // system id and the request id fields. Returns false, if the providing |
+ // Sends an event to the providing extension. Returns false, if the providing |
// extension does not handle the |event_name| event. |
bool SendEvent(int request_id, |
const std::string& event_name, |
- scoped_ptr<base::DictionaryValue> options); |
+ scoped_ptr<base::ListValue> event_args); |
ProvidedFileSystemInfo file_system_info_; |