chromium/third_party/blink/common/client_hints/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 "third_party/blink/public/common/client_hints/client_hints.h"

#include <iostream>

#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"

UnorderedElementsAre;

namespace blink {

// Checks that the removed header list doesn't includes on-by-default ones.
TEST(ClientHintsTest, FindClientHintsToRemoveNoLegacy) {}
}  // namespace blink