summaryrefslogtreecommitdiff
path: root/common/dynamic_partition_control_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/dynamic_partition_control_stub.h')
-rw-r--r--common/dynamic_partition_control_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dynamic_partition_control_stub.h b/common/dynamic_partition_control_stub.h
index 679d028e..d8e254ea 100644
--- a/common/dynamic_partition_control_stub.h
+++ b/common/dynamic_partition_control_stub.h
@@ -40,7 +40,7 @@ class DynamicPartitionControlStub : public DynamicPartitionControlInterface {
bool update,
uint64_t* required_size) override;
- bool FinishUpdate() override;
+ bool FinishUpdate(bool powerwash_required) override;
std::unique_ptr<AbstractAction> GetCleanupPreviousUpdateAction(
BootControlInterface* boot_control,
PrefsInterface* prefs,