Index: remoting/host/ipc_host_event_logger.h |
diff --git a/remoting/host/ipc_host_event_logger.h b/remoting/host/ipc_host_event_logger.h |
index 07ab668c93547f1ddac501a7b42db8f1f1f6b2aa..f4c685c1d991312ce1efd09900988f29bb041fe6 100644 |
--- a/remoting/host/ipc_host_event_logger.h |
+++ b/remoting/host/ipc_host_event_logger.h |
@@ -42,7 +42,7 @@ class IpcHostEventLogger |
const std::string& channel_name, |
const protocol::TransportRoute& route) override; |
void OnStart(const std::string& xmpp_login) override; |
- void OnShutdown() override; |
+ void OnShutdown(HostExitCodes exit_code) override; |
private: |
// Used to report host status events to the daemon. |