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

Unified Diff: remoting/protocol/session.h

Issue 2538183002: remoting: Cleanup class/struct fwd declarations (Closed)
Patch Set: Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/protocol/token_validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/session.h
diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
index 917dd8088cc9a8f9a575119ee4685bab692b9750..865af39b3a789f594b61bf76364ecf0b46569e9e 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -12,17 +12,10 @@
#include "remoting/protocol/session_config.h"
#include "remoting/protocol/transport.h"
-namespace buzz {
-class XmlElement;
-} // namespace buzz
-
namespace remoting {
namespace protocol {
-class Authenicator;
-class StreamChannelFactory;
class Transport;
-struct TransportRoute;
// Session is responsible for initializing and authenticating both incoming and
// outgoing connections. It uses TransportInfoSink interface to pass
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/protocol/token_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698