Index: net/quic/test_tools/crypto_test_utils_chromium.cc |
diff --git a/net/quic/test_tools/crypto_test_utils_chromium.cc b/net/quic/test_tools/crypto_test_utils_chromium.cc |
index 0f0f83f7b81f583fc31217c89da150623e559e2c..50d93e64b6f193450efd351704330dc0831be0d3 100644 |
--- a/net/quic/test_tools/crypto_test_utils_chromium.cc |
+++ b/net/quic/test_tools/crypto_test_utils_chromium.cc |
@@ -55,7 +55,8 @@ class FakeProofSource : public ProofSource { |
~FakeProofSource() override {} |
// ProofSource interface |
- bool GetProof(const std::string& hostname, |
+ bool GetProof(const IPEndPoint& server_ip, |
+ const std::string& hostname, |
const std::string& server_config, |
bool ecdsa_ok, |
const std::vector<std::string>** out_certs, |