chromium/components/named_mojo_ipc_server/ipc_server.h

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

#ifndef COMPONENTS_NAMED_MOJO_IPC_SERVER_IPC_SERVER_H_
#define COMPONENTS_NAMED_MOJO_IPC_SERVER_IPC_SERVER_H_

#include "base/functional/callback.h"
#include "base/process/process_handle.h"
#include "mojo/public/cpp/bindings/receiver_set.h"

namespace named_mojo_ipc_server {

// An interface for MojoIpcServer to allow mocking in unittests.
class IpcServer {};

}  // namespace named_mojo_ipc_server

#endif  // COMPONENTS_NAMED_MOJO_IPC_SERVER_IPC_SERVER_H_