| Index: components/printing/test/mock_printer.h
|
| diff --git a/components/printing/test/mock_printer.h b/components/printing/test/mock_printer.h
|
| index 41526d59d98bfc4fc557eb2dce81010012160e94..0adb9af0b81715f8b04366867229bc5274a90fbb 100644
|
| --- a/components/printing/test/mock_printer.h
|
| +++ b/components/printing/test/mock_printer.h
|
| @@ -31,7 +31,7 @@
|
| public:
|
| MockPrinterPage(const void* source_data,
|
| uint32_t source_size,
|
| - printing::Image image);
|
| + const printing::Image& image);
|
|
|
| int width() const { return image_.size().width(); }
|
| int height() const { return image_.size().height(); }
|
|
|