summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/stream_writer.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 00:46:01 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 00:46:01 +0000
commitd87c404738c7c89968ee01353d71d3a31f91669f (patch)
tree91e581d1d29cbcb64f22634961bb212b674ed1c7 /remoting/protocol/stream_writer.h
parentde9bdd1e4d2f87f53b1c2d3eacfbe43ef6ca1019 (diff)
downloadchromium_src-d87c404738c7c89968ee01353d71d3a31f91669f.zip
chromium_src-d87c404738c7c89968ee01353d71d3a31f91669f.tar.gz
chromium_src-d87c404738c7c89968ee01353d71d3a31f91669f.tar.bz2
Move protocol classes to the remoting::protocol namespace
BUG=None TEST=compiles Review URL: http://codereview.chromium.org/4233005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/stream_writer.h')
-rw-r--r--remoting/protocol/stream_writer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/stream_writer.h b/remoting/protocol/stream_writer.h
index f5b018b..7c5a3bd 100644
--- a/remoting/protocol/stream_writer.h
+++ b/remoting/protocol/stream_writer.h
@@ -13,6 +13,7 @@ class Socket;
} // namespace net
namespace remoting {
+namespace protocol {
class BufferedSocketWriter;
@@ -52,6 +53,7 @@ class ControlStreamWriter : public StreamWriterBase {
bool SendMessage(const ChromotingHostMessage& message);
};
+} // namespace protocol
} // namespace remoting
#endif // REMOTING_PROTOCOL_STREAM_WRITER_H_