| Index: net/tools/quic/test_tools/server_thread.h
|
| diff --git a/net/tools/quic/test_tools/server_thread.h b/net/tools/quic/test_tools/server_thread.h
|
| index b4c904fa8b8893d345eff3025e32f4ae30f7c68b..20118822a16e2feb6bc7efac1e85a10f539d0957 100644
|
| --- a/net/tools/quic/test_tools/server_thread.h
|
| +++ b/net/tools/quic/test_tools/server_thread.h
|
| @@ -19,6 +19,7 @@ class ServerThread : public base::SimpleThread {
|
| public:
|
| ServerThread(IPEndPoint address,
|
| const QuicConfig& config,
|
| + const QuicVersionVector& supported_versions,
|
| bool strike_register_no_startup_period);
|
|
|
| virtual ~ServerThread();
|
|
|