chromium/remoting/protocol/file_transfer_helpers.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "remoting/protocol/file_transfer_helpers.h"

namespace remoting::protocol {

FileTransfer_Error MakeFileTransferError(
    base::Location location,
    FileTransfer_Error_Type type,
    std::optional<int32_t> api_error_code) {}

std::ostream& operator<<(std::ostream& stream,
                         const FileTransfer_Error& error) {}

}  // namespace remoting::protocol