chromium/components/variations/net/omnibox_http_headers.h

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

#ifndef COMPONENTS_VARIATIONS_NET_OMNIBOX_HTTP_HEADERS_H_
#define COMPONENTS_VARIATIONS_NET_OMNIBOX_HTTP_HEADERS_H_

#include <memory>
#include <string>

#include "base/component_export.h"
#include "base/feature_list.h"
#include "build/build_config.h"

class GURL;

namespace network {
struct ResourceRequest;
}

variations  // namespace variations

#endif  // COMPONENTS_VARIATIONS_NET_OMNIBOX_HTTP_HEADERS_H_