| Index: components/startup_metric_utils/browser/BUILD.gn
 | 
| diff --git a/components/startup_metric_utils/browser/BUILD.gn b/components/startup_metric_utils/browser/BUILD.gn
 | 
| index 2f9f4176f9e2a2fa52e355f2109c3984db2b0bf2..a03e6a601b023bdf4db9daa231ef3abcba6132c4 100644
 | 
| --- a/components/startup_metric_utils/browser/BUILD.gn
 | 
| +++ b/components/startup_metric_utils/browser/BUILD.gn
 | 
| @@ -25,6 +25,7 @@ static_library("lib") {
 | 
|  
 | 
|    deps = [
 | 
|      "//base",
 | 
| +    "//components/metrics:metrics",
 | 
|      "//components/prefs",
 | 
|      "//components/version_info",
 | 
|    ]
 | 
| 
 |