#ifndef UI_BASE_DRAGDROP_MOJOM_DRAG_DROP_TYPES_MOJOM_SHARED_H_
#define UI_BASE_DRAGDROP_MOJOM_DRAG_DROP_TYPES_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "ui/base/dragdrop/mojom/drag_drop_types.mojom-shared-internal.h"
#include "base/component_export.h"
namespace ui::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace uimojom
namespace std {
template <>
struct hash<::ui::mojom::DragEventSource>
: public mojo::internal::EnumHashImpl<::ui::mojom::DragEventSource> { … };
template <>
struct hash<::ui::mojom::DragOperation>
: public mojo::internal::EnumHashImpl<::ui::mojom::DragOperation> { … };
}
namespace mojo {
namespace internal {
Serializer< ::ui::mojom::DragEventSource, MaybeConstUserType>;
}
namespace internal {
Serializer< ::ui::mojom::DragOperation, MaybeConstUserType>;
}
}
namespace ui::mojom {
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(UI_BASE_DRAGDROP_MOJOM_SHARED) TraceFormatTraits<::ui::mojom::DragEventSource> { … };
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(UI_BASE_DRAGDROP_MOJOM_SHARED) TraceFormatTraits<::ui::mojom::DragOperation> { … };
}
#endif