chromium/services/network/public/cpp/client_hints_unittest.cc

// 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/client_hints.h"
#include <iostream>

#include "base/test/gtest_util.h"
#include "services/network/public/mojom/web_client_hints_types.mojom-shared.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/origin.h"

UnorderedElementsAre;

namespace network {

TEST(ClientHintsTest, ParseClientHintsHeader) {}

TEST(ClientHintsTest,
     ParseClientHintToDelegatedThirdPartiesHeader_HttpEquivAcceptCH) {}

TEST(ClientHintsTest,
     ParseClientHintToDelegatedThirdPartiesHeader_HttpEquivDelegateCH) {}

}  // namespace network