| Index: chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc
|
| diff --git a/chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc b/chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc
|
| index 44b91731bccb53faf98c63861f8424c86e97d508..ec12232132eb2f8831101aa41fb828f9497eb8bd 100644
|
| --- a/chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc
|
| +++ b/chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc
|
| @@ -183,8 +183,8 @@ class AttestationPolicyObserverTest : public ::testing::Test {
|
| // another costly operation and if it gets triggered more than once during
|
| // a single pass this indicates a logical problem in the observer.
|
| if (new_key) {
|
| - EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _))
|
| - .WillOnce(WithArgs<2>(Invoke(CertCallbackSuccess)));
|
| + EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _))
|
| + .WillOnce(WithArgs<4>(Invoke(CertCallbackSuccess)));
|
| }
|
| }
|
|
|
|
|