PartitionSizes -> PartitionMetadata
In a following CL, InitPartiitonMetadata not only
takes sizes but also group of each partition. Rename
the struct to a more generic name.
Test: builds
Change-Id: Ie8a7e58b0cccc45e533de368e24f5a73d556de65
diff --git a/common/boot_control_stub.cc b/common/boot_control_stub.cc
index 2e326e5..ca880d4 100644
--- a/common/boot_control_stub.cc
+++ b/common/boot_control_stub.cc
@@ -60,7 +60,7 @@
}
bool BootControlStub::InitPartitionMetadata(
- Slot slot, const PartitionSizes& partition_sizes) {
+ Slot slot, const PartitionMetadata& partition_metadata) {
LOG(ERROR) << __FUNCTION__ << " should never be called.";
return false;
}