| Index: content/browser/plugin_service_impl_browsertest.cc
|
| diff --git a/content/browser/plugin_service_impl_browsertest.cc b/content/browser/plugin_service_impl_browsertest.cc
|
| index b2c9632a1edba74602f93c900460e53d8b05c2e3..f34ca1b03c8d085236873aade913929875b340fd 100644
|
| --- a/content/browser/plugin_service_impl_browsertest.cc
|
| +++ b/content/browser/plugin_service_impl_browsertest.cc
|
| @@ -34,7 +34,7 @@ void OpenChannel(PluginProcessHost::Client* client) {
|
| // Mock up of the Client and the Listener classes that would supply the
|
| // communication channel with the plugin.
|
| class MockPluginProcessHostClient : public PluginProcessHost::Client,
|
| - public IPC::Channel::Listener {
|
| + public IPC::Listener {
|
| public:
|
| MockPluginProcessHostClient(content::ResourceContext* context)
|
| : context_(context),
|
| @@ -74,7 +74,7 @@ class MockPluginProcessHostClient : public PluginProcessHost::Client,
|
| Fail();
|
| }
|
|
|
| - // IPC::Channel::Listener implementation.
|
| + // IPC::Listener implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE {
|
| Fail();
|
| return false;
|
|
|