// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/sharing/click_to_call/click_to_call_metrics.h" #include "content/public/browser/web_contents.h" #include "services/metrics/public/cpp/ukm_builders.h" #include "services/metrics/public/cpp/ukm_recorder.h" #include "services/metrics/public/cpp/ukm_source_id.h" void LogClickToCallUKM(content::WebContents* web_contents, SharingClickToCallEntryPoint entry_point, bool has_devices, bool has_apps, SharingClickToCallSelection selection) { … }