| Index: remoting/protocol/connection_to_client_unittest.cc
|
| diff --git a/remoting/protocol/connection_to_client_unittest.cc b/remoting/protocol/connection_to_client_unittest.cc
|
| index 043ecdd13665be0c8105d8dc831d564b570da0ad..5638728f0a61f90f9c07fb141dbab120b877a774 100644
|
| --- a/remoting/protocol/connection_to_client_unittest.cc
|
| +++ b/remoting/protocol/connection_to_client_unittest.cc
|
| @@ -27,7 +27,6 @@ class ConnectionToClientTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() OVERRIDE {
|
| session_ = new FakeSession();
|
| - session_->set_message_loop(&message_loop_);
|
|
|
| // Allocate a ClientConnection object with the mock objects.
|
| viewer_.reset(new ConnectionToClient(session_));
|
|
|