// Copyright 2012 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_CURTAIN_MODE_H_ #define REMOTING_HOST_CURTAIN_MODE_H_ #include <memory> #include "base/memory/scoped_refptr.h" #include "base/memory/weak_ptr.h" namespace base { class SingleThreadTaskRunner; } // namespace base namespace remoting { class ClientSessionControl; class CurtainMode { … }; } // namespace remoting #endif // REMOTING_HOST_CURTAIN_MODE_H_