| Index: remoting/host/chromoting_host_unittest.cc
|
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
|
| index cf0fbd19a43f9d2b03c112b2378b619ae786fbcb..cefefaa666cc79e553a5ee0e15cd949bddc879fe 100644
|
| --- a/remoting/host/chromoting_host_unittest.cc
|
| +++ b/remoting/host/chromoting_host_unittest.cc
|
| @@ -366,6 +366,7 @@ class ChromotingHostTest : public testing::Test {
|
| protected:
|
| MessageLoop message_loop_;
|
| scoped_refptr<base::MessageLoopProxy> message_loop_proxy_;
|
| + MockChromotingHostContext context_;
|
| MockConnectionToClientEventHandler handler_;
|
| MockSignalStrategy signal_strategy_;
|
| MockEventExecutor* event_executor_;
|
| @@ -373,7 +374,6 @@ class ChromotingHostTest : public testing::Test {
|
| scoped_ptr<It2MeHostUserInterface> it2me_host_user_interface_;
|
| scoped_refptr<ChromotingHost> host_;
|
| MockHostStatusObserver host_status_observer_;
|
| - MockChromotingHostContext context_;
|
| protocol::MockSessionManager* session_manager_;
|
| MockConnectionToClient* connection1_;
|
| scoped_ptr<MockConnectionToClient> owned_connection1_;
|
|
|