| Index: delta_performer.cc
|
| diff --git a/delta_performer.cc b/delta_performer.cc
|
| index 117e8f5d99e717d5c8d0d2f5665e66c78ba664eb..1a98102ff36ec4c04d329bd47699c18b1efc5bdd 100644
|
| --- a/delta_performer.cc
|
| +++ b/delta_performer.cc
|
| @@ -33,12 +33,13 @@ using google::protobuf::RepeatedPtrField;
|
|
|
| namespace chromeos_update_engine {
|
|
|
| +const char DeltaPerformer::kUpdatePayloadPublicKeyPath[] =
|
| + "/usr/share/update_engine/update-payload-key.pub.pem";
|
| +
|
| namespace {
|
|
|
| const int kDeltaVersionLength = 8;
|
| const int kDeltaProtobufLengthLength = 8;
|
| -const char kUpdatePayloadPublicKeyPath[] =
|
| - "/usr/share/update_engine/update-payload-key.pub.pem";
|
| const int kUpdateStateOperationInvalid = -1;
|
| const int kMaxResumedUpdateFailures = 10;
|
|
|
|
|