// Copyright 2014 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_SIGNALING_SIGNAL_STRATEGY_H_ #define REMOTING_SIGNALING_SIGNAL_STRATEGY_H_ #include <memory> #include <string> #include "base/observer_list_types.h" namespace jingle_xmpp { class XmlElement; } // namespace jingle_xmpp namespace remoting { namespace ftl { class ChromotingMessage; class Id; } // namespace ftl class SignalingAddress; class SignalStrategy { … }; } // namespace remoting #endif // REMOTING_SIGNALING_SIGNAL_STRATEGY_H_