Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p."
BUG=N/A TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29829004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7472 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -25,16 +25,16 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef WEBRTC_P2P_BASE_SESSIONMANAGER_H_
|
||||
#define WEBRTC_P2P_BASE_SESSIONMANAGER_H_
|
||||
#ifndef TALK_P2P_BASE_SESSIONMANAGER_H_
|
||||
#define TALK_P2P_BASE_SESSIONMANAGER_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "webrtc/p2p/base/portallocator.h"
|
||||
#include "webrtc/p2p/base/transportdescriptionfactory.h"
|
||||
#include "talk/p2p/base/portallocator.h"
|
||||
#include "talk/p2p/base/transportdescriptionfactory.h"
|
||||
#include "webrtc/base/sigslot.h"
|
||||
#include "webrtc/base/thread.h"
|
||||
|
||||
@@ -208,4 +208,4 @@ class SessionManager : public sigslot::has_slots<> {
|
||||
|
||||
} // namespace cricket
|
||||
|
||||
#endif // WEBRTC_P2P_BASE_SESSIONMANAGER_H_
|
||||
#endif // TALK_P2P_BASE_SESSIONMANAGER_H_
|
||||
|
||||
Reference in New Issue
Block a user