Index: remoting/host/screen_recorder_unittest.cc |
diff --git a/remoting/host/screen_recorder_unittest.cc b/remoting/host/screen_recorder_unittest.cc |
index bfd3a505ca6d185b9b6833997f0acd1549a2d27e..471ff7de732ec73c575418674bc8986569553e1f 100644 |
--- a/remoting/host/screen_recorder_unittest.cc |
+++ b/remoting/host/screen_recorder_unittest.cc |
@@ -81,8 +81,7 @@ class ScreenRecorderTest : public testing::Test { |
EXPECT_CALL(*session_, SetEventHandler(_)); |
EXPECT_CALL(*session_, Close()) |
.Times(AnyNumber()); |
- connection_.reset(new MockConnectionToClient( |
- session_, &host_stub_, &event_executor_)); |
+ connection_.reset(new MockConnectionToClient(session_, &host_stub_)); |
connection_->SetEventHandler(&handler_); |
record_ = new ScreenRecorder( |
@@ -103,7 +102,6 @@ class ScreenRecorderTest : public testing::Test { |
MockConnectionToClientEventHandler handler_; |
MockHostStub host_stub_; |
- MockEventExecutor event_executor_; |
MockSession* session_; // Owned by |connection_|. |
scoped_ptr<MockConnectionToClient> connection_; |