diff options
Diffstat (limited to 'dynamic_partition_control_interface.h')
-rw-r--r-- | dynamic_partition_control_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic_partition_control_interface.h b/dynamic_partition_control_interface.h index 86a07300..d4590f7d 100644 --- a/dynamic_partition_control_interface.h +++ b/dynamic_partition_control_interface.h @@ -57,7 +57,7 @@ class DynamicPartitionControlInterface { // If |wait| is set, wait until the device is unmapped. // Returns true if unmapped successfully. virtual bool UnmapPartitionOnDeviceMapper( - const std::string& target_partition_name, bool wait) = 0; + const std::string& target_partition_name) = 0; // Do necessary cleanups before destroying the object. virtual void Cleanup() = 0; |