| // 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 |