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

Unified Diff: remoting/client/chromoting_client.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_decoder_unittest.cc ('k') | remoting/client/chromoting_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_client.h
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
index bdc2e2634cbb4e4d065b922648f1b754c1a4cc45..c7026e327cf97eac3cc1d3f7349daf69749626a7 100644
--- a/remoting/client/chromoting_client.h
+++ b/remoting/client/chromoting_client.h
@@ -65,10 +65,10 @@ class ChromotingClient : public HostConnection::HostEventCallback {
void SetState(State s);
// Handles for chromotocol messages.
- void InitClient(HostMessage* msg);
- void BeginUpdate(HostMessage* msg);
- void HandleUpdate(HostMessage* msg);
- void EndUpdate(HostMessage* msg);
+ void InitClient(ChromotingHostMessage* msg);
+ void BeginUpdate(ChromotingHostMessage* msg);
+ void HandleUpdate(ChromotingHostMessage* msg);
+ void EndUpdate(ChromotingHostMessage* msg);
// The following are not owned by this class.
ClientConfig config_;
« no previous file with comments | « remoting/base/protocol_decoder_unittest.cc ('k') | remoting/client/chromoting_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698