Remove QuicString wrapper for std::string
gfe-relnote: n/a (no functional change)
PiperOrigin-RevId: 238124961
Change-Id: I36e66a4326b4118d70effd356aef9734d2893763
diff --git a/quic/core/quic_dispatcher.h b/quic/core/quic_dispatcher.h
index aadd06b..ebf69a2 100644
--- a/quic/core/quic_dispatcher.h
+++ b/quic/core/quic_dispatcher.h
@@ -9,6 +9,7 @@
#define QUICHE_QUIC_CORE_QUIC_DISPATCHER_H_
#include <memory>
+#include <string>
#include <vector>
#include "base/macros.h"
@@ -26,7 +27,6 @@
#include "net/third_party/quiche/src/quic/core/stateless_rejector.h"
#include "net/third_party/quiche/src/quic/platform/api/quic_containers.h"
#include "net/third_party/quiche/src/quic/platform/api/quic_socket_address.h"
-#include "net/third_party/quiche/src/quic/platform/api/quic_string.h"
namespace quic {
namespace test {