| Index: chromeos/printing/printer_discoverer.h
|
| diff --git a/chromeos/printing/printer_discoverer.h b/chromeos/printing/printer_discoverer.h
|
| index b535eb0485a4cdc4180aaef75f64f810497bc14b..91fa715ca1de25e3b4704fc46ed3d5c24fd6aee7 100644
|
| --- a/chromeos/printing/printer_discoverer.h
|
| +++ b/chromeos/printing/printer_discoverer.h
|
| @@ -14,7 +14,7 @@ namespace chromeos {
|
|
|
| // Interface for printer discovery. Constructs Printer objects from USB and
|
| // zeroconf (DNS-SD) printers.
|
| -class PrinterDiscoverer {
|
| +class CHROMEOS_EXPORT PrinterDiscoverer {
|
| public:
|
| // Interface for objects interested in detected printers.
|
| class Observer {
|
|
|