// Copyright 2013 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_HOST_WINDOW_H_ #define REMOTING_HOST_HOST_WINDOW_H_ #include <memory> #include "base/memory/weak_ptr.h" #include "base/sequence_checker.h" namespace remoting { class ClientSessionControl; class LocalInputMonitor; class HostWindow { … }; } // namespace remoting #endif // REMOTING_HOST_HOST_WINDOW_H_