bmc: s/SystemdVerification/SystemdWithStatusFile/g

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I5da0ca9e3ae53df957647b19446df4196248fd31
diff --git a/bmc/buildjson.cpp b/bmc/buildjson.cpp
index 8113d9c..e4d1d54 100644
--- a/bmc/buildjson.cpp
+++ b/bmc/buildjson.cpp
@@ -100,7 +100,7 @@
                     systemdMode = verify.at("mode").get<std::string>();
                 }
 
-                pack->verification = SystemdVerification::CreateVerification(
+                pack->verification = SystemdWithStatusFile::CreateVerification(
                     sdbusplus::bus::new_default(), path, unit, systemdMode);
             }
             else
@@ -131,7 +131,7 @@
                     systemdMode = update.at("mode").get<std::string>();
                 }
 
-                pack->update = SystemdVerification::CreateVerification(
+                pack->update = SystemdWithStatusFile::CreateVerification(
                     sdbusplus::bus::new_default(), path, unit, systemdMode);
             }
             else if (updateType == "systemd")