chromium/components/performance_manager/public/resource_attribution/origin_in_browsing_instance_context.h

// Copyright 2024 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_PERFORMANCE_MANAGER_PUBLIC_RESOURCE_ATTRIBUTION_ORIGIN_IN_BROWSING_INSTANCE_CONTEXT_H_
#define COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_RESOURCE_ATTRIBUTION_ORIGIN_IN_BROWSING_INSTANCE_CONTEXT_H_

#include <compare>
#include <string>
#include <tuple>

#include "content/public/browser/browsing_instance_id.h"
#include "url/origin.h"

namespace resource_attribution {

class OriginInBrowsingInstanceContext {};

}  // namespace resource_attribution

#endif  // COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_RESOURCE_ATTRIBUTION_ORIGIN_IN_BROWSING_INSTANCE_CONTEXT_H_