Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Unified Diff: ipc/ipc_logging.cc

Issue 10541065: Separate out IPC::Message::Sender and channel::Listener into a separate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tar xfz warez.tgz Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ipc/ipc_logging.cc
diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc
index b9ca828be122c341c2e2db31f6572bbe76e08317..25286b183690095a4e2c36501ef6cbbd3d1efa83 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;
}

Powered by Google App Engine
This is Rietveld 408576698