Index: components/cloud_devices/common/printer_description.h |
diff --git a/components/cloud_devices/common/printer_description.h b/components/cloud_devices/common/printer_description.h |
index 74225ffd010a556f7003e39ddfe0689e0a92600b..d434fa660ed9a1b53735ed3dcfcc1d57be40cd23 100644 |
--- a/components/cloud_devices/common/printer_description.h |
+++ b/components/cloud_devices/common/printer_description.h |
@@ -287,6 +287,8 @@ enum MediaType { |
struct Media { |
Media(); |
+ explicit Media(MediaType type); |
+ |
Media(MediaType type, int32 width_um, int32 height_um); |
Media(const std::string& custom_display_name, |