// Copyright 2017 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_SIGNALING_ADDRESS_H_ #define REMOTING_SIGNALING_SIGNALING_ADDRESS_H_ #include <string> namespace jingle_xmpp { class XmlElement; } // namespace jingle_xmpp namespace remoting { // Represents an address of a Chromoting endpoint and its routing channel. class SignalingAddress { … }; } // namespace remoting #endif // REMOTING_SIGNALING_SIGNALING_ADDRESS_H_