summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/file_system_provider/operations/execute_action.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/file_system_provider/operations/execute_action.cc')
-rw-r--r--chrome/browser/chromeos/file_system_provider/operations/execute_action.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/file_system_provider/operations/execute_action.cc b/chrome/browser/chromeos/file_system_provider/operations/execute_action.cc
index 8d626da..8e2bb16 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/execute_action.cc
+++ b/chrome/browser/chromeos/file_system_provider/operations/execute_action.cc
@@ -39,8 +39,10 @@ bool ExecuteAction::Execute(int request_id) {
options.action_id = action_id_;
return SendEvent(
- request_id, extensions::api::file_system_provider::
- OnExecuteActionRequested::kEventName,
+ request_id,
+ extensions::events::FILE_SYSTEM_PROVIDER_ON_EXECUTE_ACTION_REQUESTED,
+ extensions::api::file_system_provider::OnExecuteActionRequested::
+ kEventName,
extensions::api::file_system_provider::OnExecuteActionRequested::Create(
options));
}