chromium/remoting/host/desktop_resizer_x11.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 REMOTING_HOST_DESKTOP_RESIZER_X11_H_
#define REMOTING_HOST_DESKTOP_RESIZER_X11_H_

#include "remoting/host/desktop_resizer.h"
#include "remoting/host/x11_desktop_resizer.h"

namespace remoting {

class DesktopResizerX11 : public DesktopResizer {};

}  // namespace remoting

#endif  // REMOTING_HOST_DESKTOP_RESIZER_X11_H_