| 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 f74b37831b5b3d867513aaa15fba31ffcfb60130..019f4b02924ec48d59aab1d800d9a3ad90745c0b 100644 | 
| --- a/content/browser/plugin_data_remover_impl.cc | 
| +++ b/content/browser/plugin_data_remover_impl.cc | 
| @@ -212,7 +212,7 @@ class PluginDataRemoverImpl::Context | 
| kClearAllData, max_age); | 
| } | 
|  | 
| -  // Connects the client side of a newly opened plug-in channel. | 
| +  // Connects the client side of a newly opened plugin channel. | 
| void ConnectToChannel(const IPC::ChannelHandle& handle, bool is_ppapi) { | 
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); | 
|  | 
| @@ -288,7 +288,7 @@ class PluginDataRemoverImpl::Context | 
| // The name of the plugin. Use only on the I/O thread. | 
| std::string plugin_name_; | 
|  | 
| -  // The channel is NULL until we have opened a connection to the plug-in | 
| +  // The channel is NULL until we have opened a connection to the plugin | 
| // process. | 
| scoped_ptr<IPC::Channel> channel_; | 
| }; | 
|  |