diff options
Diffstat (limited to 'payload_consumer/payload_constants.h')
-rw-r--r-- | payload_consumer/payload_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/payload_constants.h b/payload_consumer/payload_constants.h index 7f768984..16424887 100644 --- a/payload_consumer/payload_constants.h +++ b/payload_consumer/payload_constants.h @@ -77,7 +77,7 @@ extern const char kDeltaMagic[4]; const uint64_t kSparseHole = std::numeric_limits<uint64_t>::max(); // Return the name of the operation type. -const char* InstallOperationTypeName(InstallOperation_Type op_type); +const char* InstallOperationTypeName(InstallOperation::Type op_type); } // namespace chromeos_update_engine |