// Copyright 2022 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_ATTRIBUTION_REPORTING_SUITABLE_ORIGIN_H_ #define COMPONENTS_ATTRIBUTION_REPORTING_SUITABLE_ORIGIN_H_ #include <compare> #include <optional> #include <string> #include <string_view> #include <utility> #include "base/check.h" #include "base/component_export.h" #include "mojo/public/cpp/bindings/default_construct_tag.h" #include "url/origin.h" class GURL; namespace net { class SchemefulSite; } // namespace net attribution_reporting // namespace attribution_reporting #endif // COMPONENTS_ATTRIBUTION_REPORTING_SUITABLE_ORIGIN_H_