| Index: content/browser/download/save_types.h
|
| diff --git a/content/browser/download/save_types.h b/content/browser/download/save_types.h
|
| index 67a8ea7eb1bdab43fe7c29b88b830f60a960404f..572c4396788c63db98452205c0e96a6e1fa9249a 100644
|
| --- a/content/browser/download/save_types.h
|
| +++ b/content/browser/download/save_types.h
|
| @@ -52,7 +52,7 @@ struct SaveFileCreateInfo {
|
| // The unique identifier for saving job, assigned at creation by
|
| // the SaveFileManager for its internal record keeping.
|
| int save_id;
|
| - // IDs for looking up the tab we are associated with.
|
| + // IDs for looking up the contents we are associated with.
|
| int render_process_id;
|
| int render_view_id;
|
| // Handle for informing the ResourceDispatcherHost of a UI based cancel.
|
|
|