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

Unified Diff: remoting/base/protocol_decoder.h

Issue 3161034: Rename (Host|Client)Message to Chromoting(Host|Client)Message. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix merge conflicts Created 10 years, 4 months 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/base/protocol/chromotocol.proto ('k') | remoting/base/protocol_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/protocol_decoder.h
diff --git a/remoting/base/protocol_decoder.h b/remoting/base/protocol_decoder.h
index 119198fdff083dc845355f8af19e2c5ac299435f..b74da64dece9deaf5d7df69890c4e7cbc9d2e3b1 100644
--- a/remoting/base/protocol_decoder.h
+++ b/remoting/base/protocol_decoder.h
@@ -15,8 +15,8 @@
namespace remoting {
-typedef std::vector<HostMessage*> HostMessageList;
-typedef std::vector<ClientMessage*> ClientMessageList;
+typedef std::vector<ChromotingHostMessage*> HostMessageList;
+typedef std::vector<ChromotingClientMessage*> ClientMessageList;
// A protocol decoder is used to decode data transmitted in the chromoting
// network.
« no previous file with comments | « remoting/base/protocol/chromotocol.proto ('k') | remoting/base/protocol_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698