#include "quiche/common/http/http_header_storage.h" #include "quiche/common/platform/api/quiche_test.h" namespace quiche { namespace test { TEST(JoinTest, JoinEmpty) { … } TEST(JoinTest, JoinOne) { … } TEST(JoinTest, JoinMultiple) { … } } // namespace test } // namespace quiche