| Index: components/component_updater/component_patcher.cc
|
| diff --git a/components/component_updater/component_patcher.cc b/components/component_updater/component_patcher.cc
|
| index 4aac7c5791157c00c13edd34f9ee86eb3dbf205d..9a429c5279a9e405d4ca690af5489a775eba33ba 100644
|
| --- a/components/component_updater/component_patcher.cc
|
| +++ b/components/component_updater/component_patcher.cc
|
| @@ -91,7 +91,7 @@ void ComponentPatcher::PatchNextFile() {
|
| CreateDeltaUpdateOp(operation, out_of_process_patcher_);
|
| }
|
|
|
| - if (!current_operation_) {
|
| + if (!current_operation_.get()) {
|
| DonePatching(ComponentUnpacker::kDeltaUnsupportedCommand, 0);
|
| return;
|
| }
|
|
|