Index: remoting/host/host_mock_objects.cc |
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc |
index 7e1b89dec5e87b192bb82e6e8cca36917be04cb8..e0d89d0570b13043252fa173bbafb176d6a27107 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() {} |