| Index: components/metrics/BUILD.gn
 | 
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
 | 
| index 2fe3be5291b9af7ea0f85361cffb49192b0ef88c..f75a3f91f23f912a92d697308d6b88d4cd575198 100644
 | 
| --- a/components/metrics/BUILD.gn
 | 
| +++ b/components/metrics/BUILD.gn
 | 
| @@ -67,8 +67,8 @@ source_set("metrics") {
 | 
|      "//base",
 | 
|      "//base:i18n",
 | 
|      "//base:prefs",
 | 
| -    "//components/compression",
 | 
|      "//components/variations",
 | 
| +    "//third_party/zlib:compression_utils",
 | 
|    ]
 | 
|  
 | 
|    if (is_chromeos) {
 | 
| @@ -324,10 +324,10 @@ source_set("unit_tests") {
 | 
|      ":ui",
 | 
|      "//base:prefs_test_support",
 | 
|      "//base/test:test_support",
 | 
| -    "//components/compression",
 | 
|      "//components/variations",
 | 
|      "//net:test_support",
 | 
|      "//testing/gtest",
 | 
| +    "//third_party/zlib:compression_utils",
 | 
|      "//ui/gfx/geometry",
 | 
|    ]
 | 
|  
 | 
| 
 |