// 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/speech/endpointer/energy_endpointer_params.h" namespace speech { EnergyEndpointerParams::EnergyEndpointerParams() { … } void EnergyEndpointerParams::SetDefaults() { … } void EnergyEndpointerParams::operator=(const EnergyEndpointerParams& source) { … } } // namespace speech