// Copyright 2023 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/cross_device/logging/logging.h" #include "base/command_line.h" CrossDeviceScopedLogMessage::CrossDeviceScopedLogMessage( const std::string_view file, int line, logging::LogSeverity severity, Feature feature) : … { … } CrossDeviceScopedLogMessage::~CrossDeviceScopedLogMessage() { … }