// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/autofill/content/renderer/timing.h" #include "base/logging.h" #include "base/metrics/histogram_functions.h" #include "base/notreached.h" #include "base/strings/strcat.h" namespace autofill { namespace { std::string_view CallSiteToString(CallTimerState::CallSite call_site) { … } } // namespace ScopedCallTimer::ScopedCallTimer(const char* name, CallTimerState state) : … { … } ScopedCallTimer::~ScopedCallTimer() { … } } // namespace autofill