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

Unified Diff: content/common/npobject_stub.cc

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/common/npobject_stub.h ('k') | content/common/quota_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/npobject_stub.cc
diff --git a/content/common/npobject_stub.cc b/content/common/npobject_stub.cc
index b6f28a7364dde306d90da199829d19a827775db5..03678a9c3809f8f8d6a03d546cc2f45530d1c1af 100644
--- a/content/common/npobject_stub.cc
+++ b/content/common/npobject_stub.cc
@@ -65,8 +65,8 @@ NPObject* NPObjectStub::GetUnderlyingNPObject() {
return npobject_;
}
-IPC::Channel::Listener* NPObjectStub::GetChannelListener() {
- return static_cast<IPC::Channel::Listener*>(this);
+IPC::Listener* NPObjectStub::GetChannelListener() {
+ return static_cast<IPC::Listener*>(this);
}
bool NPObjectStub::OnMessageReceived(const IPC::Message& msg) {
« no previous file with comments | « content/common/npobject_stub.h ('k') | content/common/quota_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698