| Index: components/update_client/component_patcher.cc | 
| diff --git a/components/update_client/component_patcher.cc b/components/update_client/component_patcher.cc | 
| index 0bd27dd27761404e7d07bbeb1e5cf2b80966ccae..afafd8744e936df109f57771a94dc49d90f1609b 100644 | 
| --- a/components/update_client/component_patcher.cc | 
| +++ b/components/update_client/component_patcher.cc | 
| @@ -80,7 +80,7 @@ | 
| return; | 
| } | 
| const base::DictionaryValue* command_args; | 
| -  if (!next_command_->GetAsDictionary(&command_args)) { | 
| +  if (!(*next_command_)->GetAsDictionary(&command_args)) { | 
| DonePatching(UnpackerError::kDeltaBadCommands, 0); | 
| return; | 
| } | 
|  |