summaryrefslogtreecommitdiffstats
path: root/net/tools/quic/quic_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/quic/quic_client.h')
-rw-r--r--net/tools/quic/quic_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
index 9786964..38becd8 100644
--- a/net/tools/quic/quic_client.h
+++ b/net/tools/quic/quic_client.h
@@ -97,8 +97,8 @@ class QuicClient : public EpollCallbackInterface,
// Sends a request simple GET for each URL in |args|, and then waits for
// each to complete.
- void SendRequestsAndWaitForResponse(
- const std::vector<std::string>& url_list);
+ void SendRequestsAndWaitForResponse(const
+ base::CommandLine::StringVector& args);
// Returns a newly created QuicSpdyClientStream, owned by the
// QuicClient.