chromium/third_party/blink/renderer/platform/network/http_header_set.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_NETWORK_HTTP_HEADER_SET_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_NETWORK_HTTP_HEADER_SET_H_

#include <set>
#include <string>
#include "base/strings/string_util.h"
#include "third_party/blink/renderer/platform/allow_discouraged_type.h"

namespace blink {

struct CompareIgnoreCase {};

HTTPHeaderSet;

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_NETWORK_HTTP_HEADER_SET_H_