Fix Brillo build.
am: dbc2a808f4

Change-Id: I8e5c4166d6e9cd4ae017ebd160231501eb1867f1
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.