boot_control_chromeos: IWYU

Test: pass
Change-Id: I864e1896fdfac14b401f3af03e96e0ddba9ed41d
diff --git a/boot_control_chromeos.cc b/boot_control_chromeos.cc
index aa94d3c..7d8f068 100644
--- a/boot_control_chromeos.cc
+++ b/boot_control_chromeos.cc
@@ -16,7 +16,9 @@
 
 #include "update_engine/boot_control_chromeos.h"
 
+#include <memory>
 #include <string>
+#include <utility>
 
 #include <base/bind.h>
 #include <base/files/file_path.h>