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

Unified Diff: remoting/protocol/util.h

Issue 5068001: Move move classes to the remoting::protocol namespace. Minor cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes for windows 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
Index: remoting/protocol/util.h
diff --git a/remoting/protocol/util.h b/remoting/protocol/util.h
index d8435b34566364b5904fa8ba2a6261714995a9c3..53e1f677e48ffca9146b87ebb2f03abc6ab18ac7 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_

Powered by Google App Engine
This is Rietveld 408576698