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

Unified Diff: content/common/npobject_proxy.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_proxy.h ('k') | content/common/npobject_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/npobject_proxy.cc
diff --git a/content/common/npobject_proxy.cc b/content/common/npobject_proxy.cc
index 0ee801c3c5523c897b516a1200e5e2b021b0c6fe..f2d93f57851b300d0da7139390bffbc07f29bb41 100644
--- a/content/common/npobject_proxy.cc
+++ b/content/common/npobject_proxy.cc
@@ -51,8 +51,8 @@ NPObject* NPObjectProxy::GetUnderlyingNPObject() {
return NULL;
}
-IPC::Channel::Listener* NPObjectProxy::GetChannelListener() {
- return static_cast<IPC::Channel::Listener*>(this);
+IPC::Listener* NPObjectProxy::GetChannelListener() {
+ return static_cast<IPC::Listener*>(this);
}
NPObjectProxy::NPObjectProxy(
« no previous file with comments | « content/common/npobject_proxy.h ('k') | content/common/npobject_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698