Index: content/browser/plugin_data_remover_impl.cc |
diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc |
index 9133e59ec91388696ac61c2a6657a8c3f7f186c4..3a4de8a96507961bdc87d1f853154fa35630da77 100644 |
--- a/content/browser/plugin_data_remover_impl.cc |
+++ b/content/browser/plugin_data_remover_impl.cc |
@@ -226,7 +226,7 @@ class PluginDataRemoverImpl::Context |
return; |
DCHECK(!channel_.get()); |
- channel_.reset(new IPC::Channel(handle, IPC::Channel::MODE_CLIENT, this)); |
+ channel_.reset(IPC::Channel::CreateClient(handle, this)); |
if (!channel_->Connect()) { |
NOTREACHED() << "Couldn't connect to plugin"; |
SignalDone(); |