Index: components/translate/core/common/translation_logging_helper_unittest.cc |
diff --git a/components/translate/core/common/translation_logging_helper_unittest.cc b/components/translate/core/common/translation_logging_helper_unittest.cc |
index 62046de7af8093c028a59cf00e573c7bde878119..2fbb624e9cc5f4f66b3acff4a4ef345367261554 100644 |
--- a/components/translate/core/common/translation_logging_helper_unittest.cc |
+++ b/components/translate/core/common/translation_logging_helper_unittest.cc |
@@ -12,7 +12,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
using metrics::TranslateEventProto; |
-using sync_pb::Translation; |
+using Translation = sync_pb::UserEventSpecifics::Translation; |
void EqualTranslationProto(const Translation& first, |
const Translation& second) { |