Index: components/translate/content/common/translate_struct_traits.cc |
diff --git a/components/translate/content/common/translate_struct_traits.cc b/components/translate/content/common/translate_struct_traits.cc |
index e26707440f972c69c161a4e78d474ccf307987cc..bb2b70a46725716a78bf7989b85cf2afa54d7bfd 100644 |
--- a/components/translate/content/common/translate_struct_traits.cc |
+++ b/components/translate/content/common/translate_struct_traits.cc |
@@ -92,7 +92,8 @@ bool EnumTraits<mojom::TranslateError, TranslateErrors::Type>::FromMojom( |
} |
// static |
-bool StructTraits<mojom::LanguageDetectionDetails, LanguageDetectionDetails>:: |
+bool StructTraits<mojom::LanguageDetectionDetailsDataView, |
+ LanguageDetectionDetails>:: |
Read(mojom::LanguageDetectionDetailsDataView data, |
LanguageDetectionDetails* out) { |
if (!data.ReadTime(&out->time)) |