summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_logging.h')
-rw-r--r--ipc/ipc_logging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h
index 83b8590..43a1394 100644
--- a/ipc/ipc_logging.h
+++ b/ipc/ipc_logging.h
@@ -59,7 +59,7 @@ class IPC_EXPORT Logging {
// Called by child processes to give the logger object the channel to send
// logging data to the browser process.
- void SetIPCSender(Message::Sender* sender);
+ void SetIPCSender(Sender* sender);
// Called in the browser process when logging data from a child process is
// received.
@@ -112,7 +112,7 @@ class IPC_EXPORT Logging {
std::vector<LogData> queued_logs_;
bool queue_invoke_later_pending_;
- Message::Sender* sender_;
+ Sender* sender_;
MessageLoop* main_thread_;
Consumer* consumer_;