Index: update_attempter.h |
diff --git a/update_attempter.h b/update_attempter.h |
index e84c4798c7caea34410beb4ed34ec86d15ea8f62..269edec3c8d93f425e2ac7450bb42280bf445b6a 100644 |
--- a/update_attempter.h |
+++ b/update_attempter.h |
@@ -90,7 +90,7 @@ class UpdateAttempter : public ActionProcessorDelegate, |
// Creates an error event object in |error_event_| to be included in |
// an OmahaRequestAction once the current action processor is done. |
- void CreatePendingErrorEvent(ActionExitCode code); |
+ void CreatePendingErrorEvent(AbstractAction* action, ActionExitCode code); |
// If there's a pending error event allocated in |error_event_|, |
// schedules an OmahaRequestAction with that event in the current |