diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 20:23:35 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 20:23:35 +0000 |
commit | 2c22968fe57ea2f1e6a4e4d1fdca3c38d3dc483c (patch) | |
tree | e7f154f5f3fb1a27144bee9881e5f4c2a1fd30a9 /remoting/protocol/util.h | |
parent | 1a6e72c054869c988f224e68a45d4a580d596be8 (diff) | |
download | chromium_src-2c22968fe57ea2f1e6a4e4d1fdca3c38d3dc483c.zip chromium_src-2c22968fe57ea2f1e6a4e4d1fdca3c38d3dc483c.tar.gz chromium_src-2c22968fe57ea2f1e6a4e4d1fdca3c38d3dc483c.tar.bz2 |
Move move classes to the remoting::protocol namespace. Minor cleanups.
BUG=None
TEST=compiles, unittests
Review URL: http://codereview.chromium.org/5068001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/util.h')
-rw-r--r-- | remoting/protocol/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/util.h b/remoting/protocol/util.h index d8435b3..53e1f67 100644 --- a/remoting/protocol/util.h +++ b/remoting/protocol/util.h @@ -14,6 +14,7 @@ class Task; namespace remoting { +namespace protocol { // Serialize the Protocol Buffer message and provide sufficient framing for // sending it over the wire. @@ -25,6 +26,7 @@ scoped_refptr<net::IOBufferWithSize> SerializeAndFrameMessage( // Create a runnable task that deletes a message. Task* NewDeleteMessageTask(google::protobuf::MessageLite* message); +} // namespace protocol } // namespace remoting #endif // REMOTING_PROTOCOL_UTIL_H_ |