merge Verification and Update statuses

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ibb9c1c9f9cb7e9cda18f4e8dddb31d57a12f0d90
diff --git a/update.hpp b/update.hpp
index 99dd9ca..8f2b03f 100644
--- a/update.hpp
+++ b/update.hpp
@@ -21,7 +21,7 @@
     virtual void abortUpdate() = 0;
 
     /** Check the current state of the update process. */
-    virtual UpdateStatus status() = 0;
+    virtual ActionStatus status() = 0;
 };
 
 } // namespace ipmi_flash