chromium/url/origin_abstract_tests.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 URL_ORIGIN_ABSTRACT_TESTS_H_
#define URL_ORIGIN_ABSTRACT_TESTS_H_

#include <initializer_list>
#include <string>
#include <string_view>
#include <type_traits>

#include "base/containers/contains.h"
#include "base/test/scoped_feature_list.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/origin.h"
#include "url/scheme_host_port.h"
#include "url/url_features.h"
#include "url/url_util.h"

url  // namespace url

#endif  // URL_ORIGIN_ABSTRACT_TESTS_H_