// Copyright 2022 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/segmentation_platform/internal/signals/mock_histogram_signal_handler.h" namespace segmentation_platform { MockHistogramSignalHandler::MockHistogramSignalHandler() : … { … } MockHistogramSignalHandler::~MockHistogramSignalHandler() = default; } // namespace segmentation_platform