merge Verification and Update statuses

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ibb9c1c9f9cb7e9cda18f4e8dddb31d57a12f0d90
diff --git a/update_systemd.hpp b/update_systemd.hpp
index 47c8d67..693beb4 100644
--- a/update_systemd.hpp
+++ b/update_systemd.hpp
@@ -35,7 +35,7 @@
 
     bool triggerUpdate() override;
     void abortUpdate() override;
-    UpdateStatus status() override;
+    ActionStatus status() override;
 
   private:
     sdbusplus::bus::bus bus;