Index: chrome/browser/ui/views/payments/cvc_unmask_view_controller.h |
diff --git a/chrome/browser/ui/views/payments/cvc_unmask_view_controller.h b/chrome/browser/ui/views/payments/cvc_unmask_view_controller.h |
index 44d6cc4c018fe9b8b9e39b26c4e07a35e4e5a95c..b331aaed04c8bf9813561591743208444e71f74d 100644 |
--- a/chrome/browser/ui/views/payments/cvc_unmask_view_controller.h |
+++ b/chrome/browser/ui/views/payments/cvc_unmask_view_controller.h |
@@ -58,8 +58,8 @@ class CvcUnmaskViewController |
autofill::AutofillClient::PaymentsRpcResult result, |
const base::string16& context_token, |
std::unique_ptr<base::DictionaryValue> legal_message) override; |
- void OnDidUploadCard( |
- autofill::AutofillClient::PaymentsRpcResult result) override; |
+ void OnDidUploadCard(autofill::AutofillClient::PaymentsRpcResult result, |
+ const std::string& server_id) override; |
// autofill::RiskDataLoader: |
void LoadRiskData( |