#include "components/spellcheck/common/spellcheck_mojom_traits.h"
#include "mojo/public/cpp/base/string16_mojom_traits.h"
namespace mojo {
spellcheck::mojom::Decoration
EnumTraits<spellcheck::mojom::Decoration, SpellCheckResult::Decoration>::
ToMojom(SpellCheckResult::Decoration decoration) { … }
bool EnumTraits<spellcheck::mojom::Decoration, SpellCheckResult::Decoration>::
FromMojom(spellcheck::mojom::Decoration input,
SpellCheckResult::Decoration* output) { … }
bool StructTraits<
spellcheck::mojom::SpellCheckResultDataView,
SpellCheckResult>::Read(spellcheck::mojom::SpellCheckResultDataView input,
SpellCheckResult* output) { … }
}