| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| index 728a245cd98fa9a09bea7fec20f6a1710460a6db..b98bffdfbaf0d6770d628df87aafa9caa528b509 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| @@ -256,8 +256,8 @@ class PrintPreviewHandler
|
| #endif
|
|
|
| #if defined(ENABLE_SERVICE_DISCOVERY)
|
| - void StartPrivetLister(
|
| - scoped_refptr<local_discovery::ServiceDiscoverySharedClient> client);
|
| + void StartPrivetLister(const scoped_refptr<
|
| + local_discovery::ServiceDiscoverySharedClient>& client);
|
| void OnPrivetCapabilities(const base::DictionaryValue* capabilities);
|
| void PrivetCapabilitiesUpdateClient(
|
| scoped_ptr<local_discovery::PrivetHTTPClient> http_client);
|
|
|