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

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

Issue 8536002: Cleanup: Remove unneeded forward declarations from remoting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/input_stub.h ('k') | remoting/protocol/jingle_stream_connector.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_DATAGRAM_CONNECTOR_H_ 5 #ifndef REMOTING_PROTOCOL_JINGLE_DATAGRAM_CONNECTOR_H_
6 #define REMOTING_PROTOCOL_JINGLE_DATAGRAM_CONNECTOR_H_ 6 #define REMOTING_PROTOCOL_JINGLE_DATAGRAM_CONNECTOR_H_
7 7
8 #include <string>
9
8 #include "net/base/completion_callback.h" 10 #include "net/base/completion_callback.h"
9 #include "remoting/protocol/jingle_channel_connector.h" 11 #include "remoting/protocol/jingle_channel_connector.h"
10 #include "remoting/protocol/session.h" 12 #include "remoting/protocol/session.h"
11 13
12 namespace cricket {
13 class TransportChannel;
14 } // namespace cricket
15
16 namespace jingle_glue { 14 namespace jingle_glue {
17 class TransportChannelSocketAdapter; 15 class TransportChannelSocketAdapter;
18 } // namespace jingle_glue 16 } // namespace jingle_glue
19 17
20 namespace remoting { 18 namespace remoting {
21 namespace protocol { 19 namespace protocol {
22 20
23 class JingleSession; 21 class JingleSession;
24 22
25 class JingleDatagramConnector : public JingleChannelConnector { 23 class JingleDatagramConnector : public JingleChannelConnector {
(...skipping 17 matching lines...) Expand all
43 std::string name_; 41 std::string name_;
44 Session::DatagramChannelCallback callback_; 42 Session::DatagramChannelCallback callback_;
45 43
46 DISALLOW_COPY_AND_ASSIGN(JingleDatagramConnector); 44 DISALLOW_COPY_AND_ASSIGN(JingleDatagramConnector);
47 }; 45 };
48 46
49 } // namespace protocol 47 } // namespace protocol
50 } // namespace remoting 48 } // namespace remoting
51 49
52 #endif // REMOTING_PROTOCOL_JINGLE_DATAGRAM_CONNECTOR_H_ 50 #endif // REMOTING_PROTOCOL_JINGLE_DATAGRAM_CONNECTOR_H_
OLDNEW
« no previous file with comments | « remoting/protocol/input_stub.h ('k') | remoting/protocol/jingle_stream_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698