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

Unified Diff: remoting/protocol/message_decoder.h

Issue 4229003: Add VideoReader and VideoWriter interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/chromotocol_config.h ('k') | remoting/protocol/message_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/message_decoder.h
diff --git a/remoting/protocol/message_decoder.h b/remoting/protocol/message_decoder.h
index d28d9e09c0799ad2ea10a741d639709112b2dc63..207dee5b37820d754c4a8979f7f07218f125f494 100644
--- a/remoting/protocol/message_decoder.h
+++ b/remoting/protocol/message_decoder.h
@@ -11,6 +11,7 @@
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "google/protobuf/message_lite.h"
+#include "remoting/base/multiple_array_input_stream.h"
namespace net {
class DrainableIOBuffer;
@@ -25,7 +26,6 @@ class ClientControlMessage;
class ClientEventMessage;
class HostControlMessage;
class HostEventMessage;
-class MultipleArrayInputStream;
// MessageDecoder uses MultipleArrayInputStream to decode bytes into
// protocol buffer messages. This can be used to decode bytes received from
« no previous file with comments | « remoting/protocol/chromotocol_config.h ('k') | remoting/protocol/message_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698