chromium/third_party/openscreen/src/cast/streaming/testing/simple_message_port.h

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

#ifndef CAST_STREAMING_TESTING_SIMPLE_MESSAGE_PORT_H_
#define CAST_STREAMING_TESTING_SIMPLE_MESSAGE_PORT_H_

#include <string>
#include <utility>
#include <vector>

#include "cast/common/public/message_port.h"
#include "cast/streaming/message_fields.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace openscreen::cast {

class SimpleMessagePort : public MessagePort {};

}  // namespace openscreen::cast

#endif  // CAST_STREAMING_TESTING_SIMPLE_MESSAGE_PORT_H_