Index: net/tools/quic/quic_client.h |
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h |
index 8ea37ea67d05484c50047a3e726e62af02ca0c6a..a5b91125ffdbc12a4700bc56cdd41ab759972c6a 100644 |
--- a/net/tools/quic/quic_client.h |
+++ b/net/tools/quic/quic_client.h |
@@ -82,7 +82,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 CommandLine::StringVector& args); |
+ void SendRequestsAndWaitForResponse(const |
+ base::CommandLine::StringVector& args); |
// Returns a newly created QuicSpdyClientStream, owned by the |
// QuicClient. |