// 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_PROTOCOL_STREAM_CHANNEL_FACTORY_H_ #define REMOTING_PROTOCOL_STREAM_CHANNEL_FACTORY_H_ #include <memory> #include <string> #include "base/functional/callback.h" #include "base/sequence_checker.h" namespace remoting::protocol { class P2PStreamSocket; class StreamChannelFactory { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_STREAM_CHANNEL_FACTORY_H_