chromium/ipc/ipc_security_test_util.h

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

#ifndef IPC_IPC_SECURITY_TEST_UTIL_H_
#define IPC_IPC_SECURITY_TEST_UTIL_H_

namespace IPC {

class ChannelProxy;
class Message;

class IpcSecurityTestUtil {};

}  // namespace IPC

#endif  // IPC_IPC_SECURITY_TEST_UTIL_H_