| Index: components/translate/core/common/language_detection_logging_helper.cc
|
| diff --git a/components/translate/core/common/language_detection_logging_helper.cc b/components/translate/core/common/language_detection_logging_helper.cc
|
| index b98ae8549c6769d7f21e73d65367ec1c4f5a74d5..1f29dc3df31ba6e49af981524e7e112c97873f4c 100644
|
| --- a/components/translate/core/common/language_detection_logging_helper.cc
|
| +++ b/components/translate/core/common/language_detection_logging_helper.cc
|
| @@ -31,8 +31,8 @@ std::unique_ptr<sync_pb::UserEventSpecifics> ConstructLanguageDetectionEvent(
|
| if (details.adopted_language != details.cld_language) {
|
| lang_detection.set_adopted_language_code(details.adopted_language);
|
| }
|
| - *specifics->mutable_language_detection() = lang_detection;
|
| + *specifics->mutable_language_detection_event() = lang_detection;
|
| return specifics;
|
| }
|
|
|
| -} // namespace translate
|
| +} // namespace translate
|
|
|