Added CompoundBuffer that will be used to store data in the encoding/decoding
pipeline.

BUG=None
TEST=Unittests

Review URL: http://codereview.chromium.org/4779001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66209 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/remoting/protocol/message_reader.cc b/remoting/protocol/message_reader.cc
index be07f86..ce0ca0f 100644
--- a/remoting/protocol/message_reader.cc
+++ b/remoting/protocol/message_reader.cc
@@ -8,7 +8,7 @@
 #include "net/base/io_buffer.h"
 #include "net/base/net_errors.h"
 #include "net/socket/socket.h"
-#include "remoting/base/multiple_array_input_stream.h"
+#include "remoting/base/compound_buffer.h"
 #include "remoting/proto/internal.pb.h"
 
 namespace remoting {