summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_connection_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/client_connection_unittest.cc')
-rw-r--r--remoting/host/client_connection_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/client_connection_unittest.cc b/remoting/host/client_connection_unittest.cc
index 1256f25..d7be888 100644
--- a/remoting/host/client_connection_unittest.cc
+++ b/remoting/host/client_connection_unittest.cc
@@ -51,8 +51,7 @@ TEST_F(ClientConnectionTest, SendUpdateStream) {
// Then send the actual data.
EXPECT_CALL(*channel_, Write(_));
- chromotocol_pb::UpdateStreamPacketHeader* header
- = new chromotocol_pb::UpdateStreamPacketHeader();
+ UpdateStreamPacketHeader* header = new UpdateStreamPacketHeader();
header->set_x(0);
header->set_y(0);
header->set_width(640);