summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/printing/print_preview_data_service.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-09 14:22:11 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-05-09 15:11:45 +0000
commit2ddb2d3e14eef3de7dbd0cef553d669b9ac2361c (patch)
treee75f511546c5fd1a173e87c1f9fb11d7ac8d1af3 /chromium/chrome/browser/printing/print_preview_data_service.h
parenta4f3d46271c57e8155ba912df46a05559d14726e (diff)
BASELINE: Update Chromium to 51.0.2704.41
Also adds in all smaller components by reversing logic for exclusion. Change-Id: Ibf90b506e7da088ea2f65dcf23f2b0992c504422 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'chromium/chrome/browser/printing/print_preview_data_service.h')
-rw-r--r--chromium/chrome/browser/printing/print_preview_data_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/chrome/browser/printing/print_preview_data_service.h b/chromium/chrome/browser/printing/print_preview_data_service.h
index c5535811d48..9136c49b72a 100644
--- a/chromium/chrome/browser/printing/print_preview_data_service.h
+++ b/chromium/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);