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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
index 8ea37ea..a5b9112 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.