| Index: components/update_client/update_engine.cc
|
| diff --git a/components/update_client/update_engine.cc b/components/update_client/update_engine.cc
|
| index 87cbda2be9ba1ec5c3d166adaa9214dc18be9414..b9959a235a1665ccdaad0126f335702ff8d700f1 100644
|
| --- a/components/update_client/update_engine.cc
|
| +++ b/components/update_client/update_engine.cc
|
| @@ -100,7 +100,7 @@ void UpdateEngine::Update(
|
|
|
| CrxUpdateItem update_item;
|
| scoped_ptr<ActionUpdateCheck> update_check_action(new ActionUpdateCheck(
|
| - (*update_context->update_checker_factory)(config_, *metadata_),
|
| + (*update_context->update_checker_factory)(config_, metadata_.get()),
|
| config_->GetBrowserVersion(), config_->ExtraRequestParams()));
|
|
|
| update_context->current_action.reset(update_check_action.release());
|
|
|