| Index: components/translate/language_detection/language_detection_util.cc
|
| diff --git a/components/translate/language_detection/language_detection_util.cc b/components/translate/language_detection/language_detection_util.cc
|
| index 6a3b160501463b3119c281e548cc7ce083ff0bc4..6bf05ccd502fda168533b73bb51c9652f836a72f 100644
|
| --- a/components/translate/language_detection/language_detection_util.cc
|
| +++ b/components/translate/language_detection/language_detection_util.cc
|
| @@ -10,9 +10,9 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "components/translate/common/translate_constants.h"
|
| -#include "components/translate/common/translate_metrics.h"
|
| -#include "components/translate/common/translate_util.h"
|
| +#include "components/translate/core/common/translate_constants.h"
|
| +#include "components/translate/core/common/translate_metrics.h"
|
| +#include "components/translate/core/common/translate_util.h"
|
|
|
| #if !defined(CLD_VERSION) || CLD_VERSION==1
|
| #include "third_party/cld/encodings/compact_lang_det/compact_lang_det.h"
|
|
|