Index: net/tools/quic/quic_client.h |
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h |
index 9786964e048e00e9dcbdac1d9f7dfed8202a770f..38becd8fce404724661231367c45ceb9c28bab7b 100644 |
--- a/net/tools/quic/quic_client.h |
+++ b/net/tools/quic/quic_client.h |
@@ -97,8 +97,8 @@ |
// 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. |