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

Unified Diff: content/common/npobject_base.h

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/np_channel_base.cc ('k') | content/common/npobject_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/npobject_base.h
diff --git a/content/common/npobject_base.h b/content/common/npobject_base.h
index e8dd6a95205ec8ebfe674ff260f51bdf740c6660..0fc62cff3ee17e2da0d51c278f2e7f0aabf007dc 100644
--- a/content/common/npobject_base.h
+++ b/content/common/npobject_base.h
@@ -9,7 +9,7 @@
#define CONTENT_COMMON_NPOBJECT_BASE_H_
#pragma once
-#include "ipc/ipc_channel.h"
+#include "ipc/ipc_listener.h"
#include "third_party/npapi/bindings/npruntime.h"
struct NPObject;
@@ -22,7 +22,7 @@ class NPObjectBase {
virtual NPObject* GetUnderlyingNPObject() = 0;
// Returns the channel listener for this NPObjectBase instance.
- virtual IPC::Channel::Listener* GetChannelListener() = 0;
+ virtual IPC::Listener* GetChannelListener() = 0;
};
#endif // CONTENT_COMMON_NPOBJECT_BASE_H_
« no previous file with comments | « content/common/np_channel_base.cc ('k') | content/common/npobject_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698