#ifndef REMOTING_HOST_RESIZING_HOST_OBSERVER_H_
#define REMOTING_HOST_RESIZING_HOST_OBSERVER_H_
#include <stddef.h>
#include <map>
#include <memory>
#include <set>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "remoting/host/base/screen_controls.h"
#include "remoting/host/base/screen_resolution.h"
namespace base {
class TickClock;
}
namespace remoting {
class DesktopDisplayInfo;
class DesktopDisplayInfoMonitor;
class DesktopResizer;
class ResizingHostObserver : public ScreenControls { … };
}
#endif