Index: net/quic/core/quic_framer_test.cc |
diff --git a/net/quic/core/quic_framer_test.cc b/net/quic/core/quic_framer_test.cc |
index 81d99c69614f8e5161a548f5a70d0782c0dc1462..1d00d732a308b154a7d882ed2361f67e06d4e4f2 100644 |
--- a/net/quic/core/quic_framer_test.cc |
+++ b/net/quic/core/quic_framer_test.cc |
@@ -158,7 +158,7 @@ class TestDecrypter : public QuicDecrypter { |
QUIC_BUG << "should not be called"; |
return false; |
} |
- bool SetDiversificationNonce(DiversificationNonce key) override { |
+ bool SetDiversificationNonce(const DiversificationNonce& key) override { |
return true; |
} |
bool DecryptPacket(QuicPathId path_id, |