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

Unified Diff: remoting/protocol/socket_reader_base.h

Issue 4017002: HostMessageDispatcher to parse control messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged again Created 10 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/messages_decoder.cc ('k') | remoting/protocol/stream_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/socket_reader_base.h
diff --git a/remoting/protocol/socket_reader_base.h b/remoting/protocol/socket_reader_base.h
index 9c3d805e48573662936e720fcbd7dd9db29de78f..7dd3dee52f466b1ebb89ebb2bf926d156d98dc7b 100644
--- a/remoting/protocol/socket_reader_base.h
+++ b/remoting/protocol/socket_reader_base.h
@@ -7,9 +7,9 @@
#include "base/ref_counted.h"
#include "net/base/completion_callback.h"
-#include "remoting/protocol/messages_decoder.h"
namespace net {
+class IOBuffer;
class Socket;
} // namespace net
« no previous file with comments | « remoting/protocol/messages_decoder.cc ('k') | remoting/protocol/stream_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698