aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/quic/quic_connection_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'osp/impl/quic/quic_connection_factory.h')
-rw-r--r--osp/impl/quic/quic_connection_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osp/impl/quic/quic_connection_factory.h b/osp/impl/quic/quic_connection_factory.h
index 2e3e10b3..f396419d 100644
--- a/osp/impl/quic/quic_connection_factory.h
+++ b/osp/impl/quic/quic_connection_factory.h
@@ -18,7 +18,7 @@ namespace osp {
// This interface provides a way to make new QUIC connections to endpoints. It
// also provides a way to receive incoming QUIC connections (as a server).
-class QuicConnectionFactory : public platform::UdpSocket::Client {
+class QuicConnectionFactory : public UdpSocket::Client {
public:
class ServerDelegate {
public: