| Index: components/translate.gypi
|
| diff --git a/components/translate.gypi b/components/translate.gypi
|
| index dde833f091c6a846c655e937d5bbbb4a454a0955..4a31313930a2f25d055e197a1f8e17f17c0434b4 100644
|
| --- a/components/translate.gypi
|
| +++ b/components/translate.gypi
|
| @@ -91,8 +91,8 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| - 'translate/language_detection/language_detection_util.cc',
|
| - 'translate/language_detection/language_detection_util.h',
|
| + 'translate/core/language_detection/language_detection_util.cc',
|
| + 'translate/core/language_detection/language_detection_util.h',
|
| ],
|
| 'conditions': [
|
| ['cld_version==0 or cld_version==1', {
|
|
|