diff options
Diffstat (limited to 'ipc/ipc_logging.cc')
-rw-r--r-- | ipc/ipc_logging.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc index b9ca828..25286b1 100644 --- a/ipc/ipc_logging.cc +++ b/ipc/ipc_logging.cc @@ -103,7 +103,7 @@ void Logging::OnSendLogs() { sender_->Send(msg); } -void Logging::SetIPCSender(IPC::Message::Sender* sender) { +void Logging::SetIPCSender(IPC::Sender* sender) { sender_ = sender; } |