Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Side by Side Diff: remoting/protocol/jingle_session.h

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/protocol/connection_to_host.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_PROTOCOL_JINGLE_SESSION_H_ 5 #ifndef REMOTING_PROTOCOL_JINGLE_SESSION_H_
6 #define REMOTING_PROTOCOL_JINGLE_SESSION_H_ 6 #define REMOTING_PROTOCOL_JINGLE_SESSION_H_
7 7
8 #include <list> 8 #include <list>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
11 #include <string> 11 #include <string>
12 12
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/timer/timer.h" 14 #include "base/timer/timer.h"
15 #include "crypto/rsa_private_key.h" 15 #include "crypto/rsa_private_key.h"
16 #include "net/base/completion_callback.h" 16 #include "net/base/completion_callback.h"
17 #include "remoting/jingle_glue/iq_sender.h"
18 #include "remoting/protocol/authenticator.h" 17 #include "remoting/protocol/authenticator.h"
19 #include "remoting/protocol/channel_factory.h" 18 #include "remoting/protocol/channel_factory.h"
20 #include "remoting/protocol/jingle_messages.h" 19 #include "remoting/protocol/jingle_messages.h"
21 #include "remoting/protocol/session.h" 20 #include "remoting/protocol/session.h"
22 #include "remoting/protocol/session_config.h" 21 #include "remoting/protocol/session_config.h"
23 #include "remoting/protocol/transport.h" 22 #include "remoting/protocol/transport.h"
23 #include "remoting/signaling/iq_sender.h"
24 24
25 namespace net { 25 namespace net {
26 class Socket; 26 class Socket;
27 class StreamSocket; 27 class StreamSocket;
28 } // namespace net 28 } // namespace net
29 29
30 namespace remoting { 30 namespace remoting {
31 namespace protocol { 31 namespace protocol {
32 32
33 class ChannelMultiplexer; 33 class ChannelMultiplexer;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 179
180 base::WeakPtrFactory<JingleSession> weak_factory_; 180 base::WeakPtrFactory<JingleSession> weak_factory_;
181 181
182 DISALLOW_COPY_AND_ASSIGN(JingleSession); 182 DISALLOW_COPY_AND_ASSIGN(JingleSession);
183 }; 183 };
184 184
185 } // namespace protocol 185 } // namespace protocol
186 } // namespace remoting 186 } // namespace remoting
187 187
188 #endif // REMOTING_PROTOCOL_JINGLE_SESSION_H_ 188 #endif // REMOTING_PROTOCOL_JINGLE_SESSION_H_
OLDNEW
« no previous file with comments | « remoting/protocol/connection_to_host.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698