#ifndef CHROME_BROWSER_NEW_TAB_PAGE_MODULES_V2_CALENDAR_CALENDAR_DATA_MOJOM_H_
#define CHROME_BROWSER_NEW_TAB_PAGE_MODULES_V2_CALENDAR_CALENDAR_DATA_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 "chrome/browser/new_tab_page/modules/v2/calendar/calendar_data.mojom-features.h"
#include "chrome/browser/new_tab_page/modules/v2/calendar/calendar_data.mojom-shared.h"
#include "chrome/browser/new_tab_page/modules/v2/calendar/calendar_data.mojom-forward.h"
#include "mojo/public/mojom/base/time.mojom.h"
#include "url/mojom/url.mojom.h"
#include <string>
#include <vector>
namespace ntp::calendar::mojom {
class Attachment { … };
template <typename T, Attachment::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, Attachment::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, Attachment::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, Attachment::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class CalendarEvent { … };
template <typename T, CalendarEvent::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, CalendarEvent::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, CalendarEvent::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, CalendarEvent::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
AttachmentPtr Attachment::Clone() const { … }
template <typename T, Attachment::EnableIfSame<T>*>
bool Attachment::Equals(const T& other_struct) const { … }
template <typename T, Attachment::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
CalendarEventPtr CalendarEvent::Clone() const { … }
template <typename T, CalendarEvent::EnableIfSame<T>*>
bool CalendarEvent::Equals(const T& other_struct) const { … }
template <typename T, CalendarEvent::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::ntp::calendar::mojom::Attachment::DataView,
::ntp::calendar::mojom::AttachmentPtr> { … };
template <>
struct StructTraits<::ntp::calendar::mojom::CalendarEvent::DataView,
::ntp::calendar::mojom::CalendarEventPtr> { … };
}
#endif