| Index: net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| diff --git a/net/quic/test_tools/mock_crypto_client_stream_factory.h b/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| index 94feb0bbe8c98415dff8dee05596c4d5b9afa5b9..0d35c9e2634bdd5b454ece62b526692ec57987e9 100644
|
| --- a/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| +++ b/net/quic/test_tools/mock_crypto_client_stream_factory.h
|
| @@ -16,8 +16,7 @@ namespace net {
|
| class MockCryptoClientStreamFactory : public QuicCryptoClientStreamFactory {
|
| public:
|
| MockCryptoClientStreamFactory();
|
| -
|
| - virtual ~MockCryptoClientStreamFactory() {}
|
| + virtual ~MockCryptoClientStreamFactory() OVERRIDE {}
|
|
|
| virtual QuicCryptoClientStream* CreateQuicCryptoClientStream(
|
| const string& server_hostname,
|
|
|