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

Unified Diff: remoting/host/encoder_vp8_unittest.cc

Issue 2745006: Implement a chromoting client using X11 (Closed)
Patch Set: removed all.gyp Created 10 years, 6 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/host/encoder_vp8.cc ('k') | remoting/host/event_executor_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/encoder_vp8_unittest.cc
diff --git a/remoting/host/encoder_vp8_unittest.cc b/remoting/host/encoder_vp8_unittest.cc
index 2dbc81b1b8205d422994bcbf9e0a3c98b9bef0cc..0b2983051ed6f2810d14da0421b7b29ef3b95512 100644
--- a/remoting/host/encoder_vp8_unittest.cc
+++ b/remoting/host/encoder_vp8_unittest.cc
@@ -47,8 +47,7 @@ TEST(EncoderVp8Test, SimpleEncode) {
GenerateData(planes[2], kWidth * kHeight / 4);
scoped_refptr<EncodeDoneHandler> handler = new EncodeDoneHandler();
- chromotocol_pb::UpdateStreamPacketHeader* header
- = new chromotocol_pb::UpdateStreamPacketHeader();
+ UpdateStreamPacketHeader* header = new UpdateStreamPacketHeader();
scoped_refptr<media::DataBuffer> encoded_data;
bool encode_done = false;
EXPECT_CALL(*handler, EncodeDone());
« no previous file with comments | « remoting/host/encoder_vp8.cc ('k') | remoting/host/event_executor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698