Index: components/update_client/component_patcher.h |
diff --git a/components/update_client/component_patcher.h b/components/update_client/component_patcher.h |
index 0d11ad2ca3716a2ecd5a98ae376ebea2cd58e467..9714abe27e21ddfdd71e6b81ded8f67b0dfea8b7 100644 |
--- a/components/update_client/component_patcher.h |
+++ b/components/update_client/component_patcher.h |
@@ -91,7 +91,7 @@ class ComponentPatcher : public base::RefCountedThreadSafe<ComponentPatcher> { |
scoped_refptr<OutOfProcessPatcher> out_of_process_patcher_; |
ComponentUnpacker::Callback callback_; |
std::unique_ptr<base::ListValue> commands_; |
- base::ValueVector::const_iterator next_command_; |
+ base::ListValue::const_iterator next_command_; |
scoped_refptr<DeltaUpdateOp> current_operation_; |
scoped_refptr<base::SequencedTaskRunner> task_runner_; |