Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/print_preview/print_preview_handler.h (revision 137566) |
+++ chrome/browser/ui/webui/print_preview/print_preview_handler.h (working copy) |
@@ -176,7 +176,7 @@ |
void ClearInitiatorTabDetails(); |
// Posts a task to save |data| to pdf at |print_to_pdf_path_|. |
- void PostPrintToPdfTask(scoped_refptr<base::RefCountedBytes> data); |
+ void PostPrintToPdfTask(base::RefCountedBytes* data); |
// Populates |settings| according to the current locale. |
void GetNumberFormatAndMeasurementSystem(base::DictionaryValue* settings); |