Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: net/quic/test_tools/fake_proof_source.h

Issue 2589983002: Create a QUIC wrapper around scoped_refptr. (Closed)
Patch Set: rm = nullptr Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/test_tools/crypto_test_utils_test.cc ('k') | net/quic/test_tools/fake_proof_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/fake_proof_source.h
diff --git a/net/quic/test_tools/fake_proof_source.h b/net/quic/test_tools/fake_proof_source.h
index fb1c3a3a032837f8a1e3a9b550e4941dd04204c9..776466d6645d0eda12fad37803cf9c68042657e5 100644
--- a/net/quic/test_tools/fake_proof_source.h
+++ b/net/quic/test_tools/fake_proof_source.h
@@ -36,7 +36,7 @@ class FakeProofSource : public ProofSource {
QuicVersion quic_version,
base::StringPiece chlo_hash,
const QuicTagVector& connection_options,
- scoped_refptr<ProofSource::Chain>* out_chain,
+ QuicReferenceCountedPointer<ProofSource::Chain>* out_chain,
QuicCryptoProof* out_proof) override;
void GetProof(const QuicSocketAddress& server_address,
const std::string& hostname,
« no previous file with comments | « net/quic/test_tools/crypto_test_utils_test.cc ('k') | net/quic/test_tools/fake_proof_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698