// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/network/public/cpp/header_util.h" #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" #include "net/http/http_request_headers.h" #include "net/http/http_response_headers.h" #include "testing/gtest/include/gtest/gtest.h" namespace network { TEST(HeaderUtilTest, IsRequestHeaderSafe) { … } TEST(HeaderUtilTest, AreRequestHeadersSafe) { … } TEST(HeaderUtilTest, ParseReferrerPolicy) { … } } // namespace network