| Index: chromeos/attestation/attestation_flow.cc
|
| diff --git a/chromeos/attestation/attestation_flow.cc b/chromeos/attestation/attestation_flow.cc
|
| index e765f7d29df8bbc1a00be66bf717dd088300de2c..c82cbe554008bf6f81cde6267570743de5e8c3b5 100644
|
| --- a/chromeos/attestation/attestation_flow.cc
|
| +++ b/chromeos/attestation/attestation_flow.cc
|
| @@ -264,7 +264,7 @@ void AttestationFlow::SendCertificateResponseToDaemon(
|
| // Forward the response to the attestation service to complete the operation.
|
| async_caller_->AsyncTpmAttestationFinishCertRequest(
|
| data, key_type, cryptohome::Identification(account_id), key_name,
|
| - base::Bind(callback));
|
| + callback);
|
| }
|
|
|
| void AttestationFlow::GetExistingCertificate(
|
|
|