// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ipc/ipc_security_test_util.h" #include "base/functional/bind.h" #include "base/functional/callback_helpers.h" #include "base/run_loop.h" #include "ipc/ipc_channel_proxy.h" namespace IPC { void IpcSecurityTestUtil::PwnMessageReceived(ChannelProxy* channel, const IPC::Message& message) { … } } // namespace IPC