Index: remoting/host/host_mock_objects.cc |
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc |
index 4bdd064d24a155229e9f0cc0088c3c8640baf504..a5d367c037938451c363599dc67bf1e4fb33f81e 100644 |
--- a/remoting/host/host_mock_objects.cc |
+++ b/remoting/host/host_mock_objects.cc |
@@ -69,4 +69,9 @@ MockHostStatusObserver::MockHostStatusObserver() {} |
MockHostStatusObserver::~MockHostStatusObserver() {} |
+MockGnubbyAuthHandler::MockGnubbyAuthHandler(protocol::ClientStub* client_stub) |
+ : GnubbyAuthHandler(client_stub) {} |
+ |
+MockGnubbyAuthHandler::~MockGnubbyAuthHandler() {} |
+ |
} // namespace remoting |