| Index: net/tools/quic/quic_dispatcher_test.cc
|
| diff --git a/net/tools/quic/quic_dispatcher_test.cc b/net/tools/quic/quic_dispatcher_test.cc
|
| index 4dd54909394db41cca73e72d0f788a2f4f5e3d0b..b921234f7231590312ac03ef6a08d1123c6a1662 100644
|
| --- a/net/tools/quic/quic_dispatcher_test.cc
|
| +++ b/net/tools/quic/quic_dispatcher_test.cc
|
| @@ -100,7 +100,9 @@ class TestDispatcher : public QuicDispatcher {
|
| config,
|
| crypto_config,
|
| QuicSupportedVersions(),
|
| - new QuicEpollConnectionHelper(eps, QuicAllocator::BUFFER_POOL)) {}
|
| + std::unique_ptr<QuicEpollConnectionHelper>(
|
| + new QuicEpollConnectionHelper(eps,
|
| + QuicAllocator::BUFFER_POOL))) {}
|
|
|
| MOCK_METHOD2(CreateQuicSession,
|
| QuicServerSessionBase*(QuicConnectionId connection_id,
|
|
|