chromium/remoting/protocol/fake_connection_to_host.h

// Copyright 2015 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_PROTOCOL_FAKE_CONNECTION_TO_HOST_H_
#define REMOTING_PROTOCOL_FAKE_CONNECTION_TO_HOST_H_

#include <string>

#include "base/memory/raw_ptr.h"
#include "base/task/single_thread_task_runner.h"
#include "remoting/protocol/connection_to_host.h"
#include "remoting/protocol/protocol_mock_objects.h"

namespace remoting::test {

class FakeConnectionToHost : public protocol::ConnectionToHost {};

}  // namespace remoting::test

#endif  // REMOTING_PROTOCOL_FAKE_CONNECTION_TO_HOST_H_