| Index: remoting/host/host_mock_objects.cc
|
| diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
|
| index 47243ec80dffe5e0e10a9d30c0d9e114cc9492a8..0848c42a218e1ab02c87878e4bef1399e933c03d 100644
|
| --- a/remoting/host/host_mock_objects.cc
|
| +++ b/remoting/host/host_mock_objects.cc
|
| @@ -76,10 +76,6 @@ scoped_ptr<ContinueWindow> ContinueWindow::Create(const UiStrings* ui_strings) {
|
| return scoped_ptr<ContinueWindow>(new MockContinueWindow());
|
| }
|
|
|
| -MockLocalInputMonitor::MockLocalInputMonitor() {}
|
| -
|
| -MockLocalInputMonitor::~MockLocalInputMonitor() {}
|
| -
|
| MockClientSessionEventHandler::MockClientSessionEventHandler() {}
|
|
|
| MockClientSessionEventHandler::~MockClientSessionEventHandler() {}
|
|
|