| Index: chromeos/attestation/mock_attestation_flow.h
|
| diff --git a/chromeos/attestation/mock_attestation_flow.h b/chromeos/attestation/mock_attestation_flow.h
|
| index 59462c5410daeb494f6375be2139582cc0ac490d..bda8a721389e428640db6d86e5d7580aec9808cf 100644
|
| --- a/chromeos/attestation/mock_attestation_flow.h
|
| +++ b/chromeos/attestation/mock_attestation_flow.h
|
| @@ -65,7 +65,8 @@ class MockAttestationFlow : public AttestationFlow {
|
| MockAttestationFlow();
|
| virtual ~MockAttestationFlow();
|
|
|
| - MOCK_METHOD2(GetCertificate, void(const std::string&,
|
| + MOCK_METHOD3(GetCertificate, void(AttestationCertificateProfile,
|
| + bool,
|
| const CertificateCallback&));
|
| };
|
|
|
|
|