#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_PAGE_BROWSING_CONTEXT_GROUP_INFO_MOJOM_TRAITS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_PAGE_BROWSING_CONTEXT_GROUP_INFO_MOJOM_TRAITS_H_
#include "base/unguessable_token.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/common/page/browsing_context_group_info.h"
#include "third_party/blink/public/mojom/page/browsing_context_group_info.mojom-shared.h"
namespace mojo {
template <>
class BLINK_COMMON_EXPORT
StructTraits<blink::mojom::BrowsingContextGroupInfoDataView,
blink::BrowsingContextGroupInfo> { … };
}
#endif