// 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 COMPONENTS_CAST_MESSAGE_PORT_TEST_MESSAGE_PORT_RECEIVER_H_ #define COMPONENTS_CAST_MESSAGE_PORT_TEST_MESSAGE_PORT_RECEIVER_H_ #include <memory> #include <string_view> #include <vector> #include "base/functional/callback.h" #include "components/cast/message_port/message_port.h" namespace cast_api_bindings { class TestMessagePortReceiver : public cast_api_bindings::MessagePort::Receiver { … }; } // namespace cast_api_bindings #endif // COMPONENTS_CAST_MESSAGE_PORT_TEST_MESSAGE_PORT_RECEIVER_H_