| Index: components/translate/core/language_detection/BUILD.gn
|
| diff --git a/components/translate/core/language_detection/BUILD.gn b/components/translate/core/language_detection/BUILD.gn
|
| index 71b4a01ed3d70f74e9f0b6c67d05476d5b1e041a..98f4d1f474962598e29b956360fb851c1e31dc24 100644
|
| --- a/components/translate/core/language_detection/BUILD.gn
|
| +++ b/components/translate/core/language_detection/BUILD.gn
|
| @@ -13,8 +13,8 @@ source_set("language_detection") {
|
| deps = [
|
| "//base",
|
| "//components/translate/core/common",
|
| + "//third_party/cld_2",
|
| "//url",
|
| - "//third_party/cld_2:cld2_platform_impl",
|
| ]
|
| }
|
|
|
|
|