blob: 8cc9aebd70b7cebe7b5ddfa0e680fd4576df32de [file] [log] [blame]
// 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/named_mojo_ipc_server/connection_info.h"
namespace named_mojo_ipc_server {
ConnectionInfo::ConnectionInfo() = default;
ConnectionInfo::~ConnectionInfo() = default;
} // namespace named_mojo_ipc_server