gfe-relnote: n/a - Remove useless "Base" name suffix from QuicToyClient

PiperOrigin-RevId: 248788693
Change-Id: I89b7a8b1ca36ea8faa0f2f6b2859f2e7bf150041
diff --git a/quic/tools/quic_toy_client.h b/quic/tools/quic_toy_client.h
index 9916bec..e832ac7 100644
--- a/quic/tools/quic_toy_client.h
+++ b/quic/tools/quic_toy_client.h
@@ -12,7 +12,7 @@
 
 namespace quic {
 
-class QuicToyClientBase {
+class QuicToyClient {
  public:
   class ClientFactory {
    public:
@@ -29,7 +29,7 @@
 
   // Constructs a new toy client that will use |client_factory| to create the
   // actual QuicSpdyClientBase instance.
-  QuicToyClientBase(ClientFactory* client_factory);
+  QuicToyClient(ClientFactory* client_factory);
 
   // Connects to the QUIC server based on the various flags defined in the
   // .cc file, sends requests and prints the responses. Returns 0 on success