| Index: net/tools/quic/quic_client.h | 
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h | 
| index 38becd8fce404724661231367c45ceb9c28bab7b..9786964e048e00e9dcbdac1d9f7dfed8202a770f 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 | 
| -      base::CommandLine::StringVector& args); | 
| +  void SendRequestsAndWaitForResponse( | 
| +      const std::vector<std::string>& url_list); | 
|  | 
| // Returns a newly created QuicSpdyClientStream, owned by the | 
| // QuicClient. | 
|  |