| Index: chromeos/attestation/mock_attestation_flow.cc
|
| diff --git a/chromeos/attestation/mock_attestation_flow.cc b/chromeos/attestation/mock_attestation_flow.cc
|
| index a0dbe6421be3321a92b6edad4fdc4c6a29bb2105..30e9c2f0a2ef0e4037219f44c5627732bd04a38d 100644
|
| --- a/chromeos/attestation/mock_attestation_flow.cc
|
| +++ b/chromeos/attestation/mock_attestation_flow.cc
|
| @@ -48,7 +48,10 @@ MockObserver::MockObserver() {}
|
| MockObserver::~MockObserver() {}
|
|
|
| MockAttestationFlow::MockAttestationFlow()
|
| - : AttestationFlow(NULL, NULL, std::unique_ptr<ServerProxy>()) {}
|
| + : AttestationFlow(NULL,
|
| + NULL,
|
| + std::unique_ptr<ServerProxy>(),
|
| + base::TimeDelta::Max()) {}
|
|
|
| MockAttestationFlow::~MockAttestationFlow() {}
|
|
|
|
|