| Index: components/update_client/update_engine.cc
|
| diff --git a/components/update_client/update_engine.cc b/components/update_client/update_engine.cc
|
| index e1ae81217903b5e391bdb72299cc0ab7c83540f4..35748f0cbc4822f9d16f7e1cb329381563630572 100644
|
| --- a/components/update_client/update_engine.cc
|
| +++ b/components/update_client/update_engine.cc
|
| @@ -91,7 +91,7 @@ void UpdateEngine::Update(
|
|
|
| CrxUpdateItem update_item;
|
| scoped_ptr<ActionUpdateCheck> update_check_action(new ActionUpdateCheck(
|
| - (*update_context->update_checker_factory)(*config_).Pass(),
|
| + (*update_context->update_checker_factory)(*config_),
|
| config_->GetBrowserVersion(), config_->ExtraRequestParams()));
|
|
|
| update_context->current_action.reset(update_check_action.release());
|
|
|