// 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_FAKE_IPC_SERVER_H_ #define COMPONENTS_NAMED_MOJO_IPC_SERVER_FAKE_IPC_SERVER_H_ #include "base/memory/raw_ptr.h" #include "components/named_mojo_ipc_server/ipc_server.h" namespace named_mojo_ipc_server { class FakeIpcServer final : public IpcServer { … }; } // namespace named_mojo_ipc_server #endif // COMPONENTS_NAMED_MOJO_IPC_SERVER_FAKE_IPC_SERVER_H_