Index: remoting/host/host_mock_objects.cc |
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc |
index adbcd67dc16c0fb52573bbecf9e832422d44324a..01cbdb7e125f34788bbd9dcf8029c533a864310c 100644 |
--- a/remoting/host/host_mock_objects.cc |
+++ b/remoting/host/host_mock_objects.cc |
@@ -74,9 +74,9 @@ scoped_ptr<ContinueWindow> ContinueWindow::Create(const UiStrings* ui_strings) { |
return scoped_ptr<ContinueWindow>(new MockContinueWindow()); |
} |
-MockLocalInputMonitor::MockLocalInputMonitor() {} |
+MockClientSessionControl::MockClientSessionControl() {} |
-MockLocalInputMonitor::~MockLocalInputMonitor() {} |
+MockClientSessionControl::~MockClientSessionControl() {} |
MockClientSessionEventHandler::MockClientSessionEventHandler() {} |