| Index: content/common/url_loader_factory.mojom | 
| diff --git a/content/common/url_loader_factory.mojom b/content/common/url_loader_factory.mojom | 
| index 5b7aab4c80a89049d8f1fc9a882e7c774e79317b..6b12570909bc7b55149a5a9e5b1d4d0797a92f83 100644 | 
| --- a/content/common/url_loader_factory.mojom | 
| +++ b/content/common/url_loader_factory.mojom | 
| @@ -14,11 +14,11 @@ interface URLLoaderFactory { | 
| // method will be called when certain events related to that loading | 
| // (e.g., response arrival) happen. |request_id| is for compatibility with | 
| // the existing Chrome IPC. | 
| -  CreateLoaderAndStart(URLLoader& loader, | 
| +  CreateLoaderAndStart(associated URLLoader& loader, | 
| int32 routing_id, | 
| int32 request_id, | 
| URLRequest request, | 
| -                       URLLoaderClient client); | 
| +                       associated URLLoaderClient client); | 
|  | 
| // Loads the resource for the given |request| synchronously. | 
| // |request_id| is for compatibility with the existing Chrome IPC. | 
|  |