#ifndef NET_FIRST_PARTY_SETS_FIRST_PARTY_SET_ENTRY_OVERRIDE_H_
#define NET_FIRST_PARTY_SETS_FIRST_PARTY_SET_ENTRY_OVERRIDE_H_
#include <optional>
#include "net/base/net_export.h"
#include "net/first_party_sets/first_party_set_entry.h"
namespace mojo {
template <typename DataViewType, typename T>
struct StructTraits;
}
namespace network::mojom {
class FirstPartySetEntryOverrideDataView;
}
namespace net {
class NET_EXPORT FirstPartySetEntryOverride { … };
NET_EXPORT std::ostream& operator<<(std::ostream& os,
const FirstPartySetEntryOverride& override);
}
#endif