chromium/ipc/message_filter_router.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_MESSAGE_FILTER_ROUTER_H_
#define IPC_MESSAGE_FILTER_ROUTER_H_

#include <vector>

#include "base/memory/raw_ptr.h"
#include "ipc/ipc_message_start.h"

namespace IPC {

class Message;
class MessageFilter;

class MessageFilterRouter {};

}  // namespace IPC

#endif  // IPC_MESSAGE_FILTER_ROUTER_H_