| Index: services/resource_coordinator/BUILD.gn | 
| diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn | 
| index ab57a3c85a48e238ff925f85cda70427b1e45ab9..3817335f883da7ce32bfd094481cb63592b9ed09 100644 | 
| --- a/services/resource_coordinator/BUILD.gn | 
| +++ b/services/resource_coordinator/BUILD.gn | 
| @@ -28,10 +28,13 @@ source_set("lib") { | 
| "memory_instrumentation/process_map.h", | 
| "resource_coordinator_service.cc", | 
| "resource_coordinator_service.h", | 
| +    "service_callbacks_impl.cc", | 
| +    "service_callbacks_impl.h", | 
| ] | 
|  | 
| public_deps = [ | 
| "//base", | 
| +    "//components/ukm:ukm", | 
| "//mojo/public/cpp/bindings", | 
| "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", | 
| "//services/service_manager/public/cpp/standalone_service:standalone_service", | 
|  |