| Index: chrome/browser/local_discovery/privet_http.h
|
| diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
|
| index 57b03a49af92e2d3fd9873f0739f0b9626a91ac6..3d02e657f0ba1a4d8a4501df8fadfdd6b1d21b06 100644
|
| --- a/chrome/browser/local_discovery/privet_http.h
|
| +++ b/chrome/browser/local_discovery/privet_http.h
|
| @@ -158,7 +158,7 @@ class PrivetLocalPrintOperation {
|
|
|
|
|
| // Required print data. MUST be called before calling |Start()|.
|
| - virtual void SetData(base::RefCountedBytes* data) = 0;
|
| + virtual void SetData(const scoped_refptr<base::RefCountedBytes>& data) = 0;
|
|
|
| // Optional attributes for /submitdoc. Call before calling |Start()|
|
| // |ticket| should be in CJT format.
|
|
|