#ifndef COMPONENTS_WEBAPPS_COMMON_WEB_PAGE_METADATA_MOJOM_H_
#define COMPONENTS_WEBAPPS_COMMON_WEB_PAGE_METADATA_MOJOM_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "components/webapps/common/web_page_metadata.mojom-features.h"
#include "components/webapps/common/web_page_metadata.mojom-shared.h"
#include "components/webapps/common/web_page_metadata.mojom-forward.h"
#include "mojo/public/mojom/base/string16.mojom.h"
#include "url/mojom/url.mojom.h"
#include <string>
#include <vector>
namespace webapps::mojom {
class WebPageIconInfo { … };
template <typename T, WebPageIconInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, WebPageIconInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, WebPageIconInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, WebPageIconInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class WebPageMetadata { … };
template <typename T, WebPageMetadata::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, WebPageMetadata::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, WebPageMetadata::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, WebPageMetadata::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
WebPageIconInfoPtr WebPageIconInfo::Clone() const { … }
template <typename T, WebPageIconInfo::EnableIfSame<T>*>
bool WebPageIconInfo::Equals(const T& other_struct) const { … }
template <typename T, WebPageIconInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
WebPageMetadataPtr WebPageMetadata::Clone() const { … }
template <typename T, WebPageMetadata::EnableIfSame<T>*>
bool WebPageMetadata::Equals(const T& other_struct) const { … }
template <typename T, WebPageMetadata::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::webapps::mojom::WebPageIconInfo::DataView,
::webapps::mojom::WebPageIconInfoPtr> { … };
template <>
struct StructTraits<::webapps::mojom::WebPageMetadata::DataView,
::webapps::mojom::WebPageMetadataPtr> { … };
}
#endif