diff options
Diffstat (limited to 'aosp/update_attempter_android.cc')
-rw-r--r-- | aosp/update_attempter_android.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/aosp/update_attempter_android.cc b/aosp/update_attempter_android.cc index 1080acba..ba61f255 100644 --- a/aosp/update_attempter_android.cc +++ b/aosp/update_attempter_android.cc @@ -64,7 +64,6 @@ using base::Bind; using base::Time; using base::TimeDelta; using base::TimeTicks; -using std::shared_ptr; using std::string; using std::vector; using update_engine::UpdateEngineStatus; @@ -143,7 +142,7 @@ UpdateAttempterAndroid::UpdateAttempterAndroid( processor_(new ActionProcessor()), clock_(new Clock()) { metrics_reporter_ = metrics::CreateMetricsReporter( - boot_control_->GetDynamicPartitionControl()); + boot_control_->GetDynamicPartitionControl(), &install_plan_); network_selector_ = network::CreateNetworkSelector(); } |