#ifndef CHROME_SERVICES_MEDIA_GALLERY_UTIL_PUBLIC_MOJOM_MEDIA_PARSER_MOJOM_TRAITS_H_
#define CHROME_SERVICES_MEDIA_GALLERY_UTIL_PUBLIC_MOJOM_MEDIA_PARSER_MOJOM_TRAITS_H_
#include <string>
#include "base/containers/span.h"
#include "chrome/common/media_galleries/metadata_types.h"
#include "chrome/services/media_gallery_util/public/mojom/media_parser.mojom-shared.h"
#include "mojo/public/cpp/bindings/array_traits_span.h"
namespace mojo {
template <>
struct StructTraits<chrome::mojom::AttachedImageDataView,
::metadata::AttachedImage> { … };
}
#endif