chromium/remoting/host/test_echo_extension.h

// Copyright 2017 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_HOST_TEST_ECHO_EXTENSION_H_
#define REMOTING_HOST_TEST_ECHO_EXTENSION_H_

#include "remoting/host/host_extension.h"

namespace remoting {

class TestEchoExtension : public HostExtension {};

}  // namespace remoting

#endif  // REMOTING_HOST_TEST_ECHO_EXTENSION_H_