Fix Brillo build. am: dbc2a808f4 am: 9363e7d69e am: e3ab48e64e
am: 5411cd8343
Change-Id: I80e6aa4268fc1b444e22236e2ced6e6b47ea8911
diff --git a/update_attempter.cc b/update_attempter.cc
index 4e300d7..d36f7fd 100644
--- a/update_attempter.cc
+++ b/update_attempter.cc
@@ -1143,7 +1143,7 @@
// Mark the current slot as successful again, since marking it as active
// may reset the successful bit. We ignore the result of whether marking
// the current slot as successful worked.
- if (!boot_control_->MarkBootSuccessfulAsync(Bind([](bool successful){})))
+ if (!boot_control->MarkBootSuccessfulAsync(Bind([](bool successful){})))
ret_value = false;
// Notify the PayloadState that the successful payload was canceled.