Index: net/quic/test_tools/quic_test_utils.cc |
diff --git a/net/quic/test_tools/quic_test_utils.cc b/net/quic/test_tools/quic_test_utils.cc |
index cab2bf72098cafece9b708034a1e5e9729747cbd..0034cf453b1fbb100efc7b66be78a797a18febba 100644 |
--- a/net/quic/test_tools/quic_test_utils.cc |
+++ b/net/quic/test_tools/quic_test_utils.cc |
@@ -30,6 +30,9 @@ using testing::Invoke; |
using testing::_; |
namespace net { |
+ |
+class SocketPerformanceWatcher; |
+ |
namespace test { |
namespace { |
@@ -294,7 +297,8 @@ MockConnection::MockConnection(QuicConnectionId connection_id, |
/* owns_writer= */ true, |
perspective, |
is_secure, |
- supported_versions), |
+ supported_versions, |
+ scoped_ptr<SocketPerformanceWatcher>()), |
helper_(helper()) { |
ON_CALL(*this, OnError(_)) |
.WillByDefault( |