Index: net/tools/quic/test_tools/quic_test_client.h |
diff --git a/net/tools/quic/test_tools/quic_test_client.h b/net/tools/quic/test_tools/quic_test_client.h |
index 837f1549e95e901437e88f775816b2e9441a428d..975ce5aa7f428a6e3c1e8b36b5a14e9b487b3c9a 100644 |
--- a/net/tools/quic/test_tools/quic_test_client.h |
+++ b/net/tools/quic/test_tools/quic_test_client.h |
@@ -85,8 +85,6 @@ class QuicTestClient : public SimpleClient, |
// Wraps data in a quic packet and sends it. |
ssize_t SendData(string data, bool last_data); |
- QuicPacketCreator::Options* options(); |
- |
// From SimpleClient |
// Clears any outstanding state and sends a simple GET of 'uri' to the |
// server. Returns 0 if the request failed and no bytes were written. |