| Index: components/update_client/update_engine.cc
|
| diff --git a/components/update_client/update_engine.cc b/components/update_client/update_engine.cc
|
| index c0bf0ae8c625f1e5f293dae729bae1df7866fce6..5e28be89460ce698b8087c6fedd6396434674088 100644
|
| --- a/components/update_client/update_engine.cc
|
| +++ b/components/update_client/update_engine.cc
|
| @@ -100,7 +100,7 @@ void UpdateEngine::Update(
|
| (*update_context->update_checker_factory)(config_, metadata_.get()),
|
| config_->GetBrowserVersion(), config_->ExtraRequestParams()));
|
|
|
| - update_context->current_action.reset(update_check_action.release());
|
| + update_context->current_action = std::move(update_check_action);
|
| update_contexts_.insert(update_context.get());
|
|
|
| update_context->current_action->Run(
|
|
|