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

Unified Diff: remoting/base/encoder_verbatim.cc

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/encoder.h ('k') | remoting/base/encoder_zlib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/encoder_verbatim.cc
diff --git a/remoting/base/encoder_verbatim.cc b/remoting/base/encoder_verbatim.cc
index 6a5a7d65808a26c6969e2a6d830793f7e785e6b2..d3821d75e26c376467b9692153f1fa6c22b9d18d 100644
--- a/remoting/base/encoder_verbatim.cc
+++ b/remoting/base/encoder_verbatim.cc
@@ -23,7 +23,7 @@ void EncoderVerbatim::Encode(scoped_refptr<CaptureData> capture_data,
for (InvalidRects::const_iterator r = rects.begin();
r != rects.end(); ++r, ++index) {
const gfx::Rect& dirty_rect = *r;
- HostMessage* msg = new HostMessage();
+ ChromotingHostMessage* msg = new ChromotingHostMessage();
UpdateStreamPacketMessage* packet = msg->mutable_update_stream_packet();
if (EncodeRect(dirty_rect.x(), dirty_rect.y(), dirty_rect.width(),
« no previous file with comments | « remoting/base/encoder.h ('k') | remoting/base/encoder_zlib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698