// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_TEST_QUIC_SIMPLE_TEST_SERVER_H_ #define NET_TEST_QUIC_SIMPLE_TEST_SERVER_H_ #include <string> #include <vector> #include "base/time/time.h" #include "net/base/host_port_pair.h" #include "net/third_party/quiche/src/quiche/common/http/http_header_block.h" #include "url/gurl.h" namespace net { class QuicSimpleTestServer { … }; } // namespace net #endif // NET_TEST_QUIC_SIMPLE_TEST_SERVER_H_