| Index: content/public/common/associated_interface_provider.h
 | 
| diff --git a/content/public/common/associated_interface_provider.h b/content/public/common/associated_interface_provider.h
 | 
| index 400cdb2f19dd4f961b06df502b76e413c53058ec..156f64a8caf2c757a9bd4eb65ddad3dc46df7300 100644
 | 
| --- a/content/public/common/associated_interface_provider.h
 | 
| +++ b/content/public/common/associated_interface_provider.h
 | 
| @@ -19,7 +19,8 @@ namespace content {
 | 
|  
 | 
|  // A helper interface for connecting to remote Channel-associated interfaces.
 | 
|  //
 | 
| -// This is analogous to shell::InterfaceProvider in that it provides a means of
 | 
| +// This is analogous to service_manager::InterfaceProvider in that it provides a
 | 
| +// means of
 | 
|  // binding proxies to remote interfaces, but this is specifically for interfaces
 | 
|  // which must be assocaited with an IPC::Channel, i.e. retain FIFO message
 | 
|  // ordering with respect to legacy IPC messages.
 | 
| 
 |