chromium/remoting/test/fake_webrtc_connection.h

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

#ifndef REMOTING_TEST_FAKE_WEBRTC_CONNECTION_H_
#define REMOTING_TEST_FAKE_WEBRTC_CONNECTION_H_

#include "base/functional/callback_forward.h"
#include "base/memory/scoped_refptr.h"
#include "remoting/protocol/webrtc_transport.h"

namespace remoting {
namespace test {

class FakeWebrtcConnection final
    : public protocol::WebrtcTransport::EventHandler {};

}  // namespace test
}  // namespace remoting

#endif  // REMOTING_TEST_FAKE_WEBRTC_CONNECTION_H_