| Index: remoting/host/client_connection_unittest.cc
|
| diff --git a/remoting/host/client_connection_unittest.cc b/remoting/host/client_connection_unittest.cc
|
| index 1256f25d42bab7bebb28dcb4c9aa40c8742abee8..d7be8888dbd71a1c01a05d6feda2e6ebb1bc684a 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);
|
|
|