| Index: chrome/browser/printing/print_preview_data_service.h
|
| diff --git a/chrome/browser/printing/print_preview_data_service.h b/chrome/browser/printing/print_preview_data_service.h
|
| index c5535811d4827849f07e88a10c54a2f4fb0d7f4b..9136c49b72acb04443ef4292dfed8caf703659f8 100644
|
| --- a/chrome/browser/printing/print_preview_data_service.h
|
| +++ b/chrome/browser/printing/print_preview_data_service.h
|
| @@ -39,8 +39,9 @@ class PrintPreviewDataService {
|
| // preview data. Use |index| to set/update a specific preview page data.
|
| // NOTE: PrintPreviewDataStore owns the data. Do not refcount |data| before
|
| // calling this function. It will be refcounted in PrintPreviewDataStore.
|
| - void SetDataEntry(int32_t preview_ui_id, int index,
|
| - const base::RefCountedBytes* data);
|
| + void SetDataEntry(int32_t preview_ui_id,
|
| + int index,
|
| + scoped_refptr<base::RefCountedBytes> data);
|
|
|
| // Remove the corresponding PrintPreviewUI entry from the map.
|
| void RemoveEntry(int32_t preview_ui_id);
|
|
|