| Index: chrome/service/cloud_print/print_system_cups.cc
|
| diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc
|
| index 338733439e17b76dd3e1a512a64d8d54aa7e1eec..54ee38fc7a8f1eaf2a1435751df81227c14b1da5 100644
|
| --- a/chrome/service/cloud_print/print_system_cups.cc
|
| +++ b/chrome/service/cloud_print/print_system_cups.cc
|
| @@ -236,8 +236,8 @@ class PrintServerWatcherCUPS
|
| class PrinterWatcherCUPS
|
| : public PrintSystem::PrinterWatcher {
|
| public:
|
| - explicit PrinterWatcherCUPS(PrintSystemCUPS* print_system,
|
| - const std::string& printer_name)
|
| + PrinterWatcherCUPS(PrintSystemCUPS* print_system,
|
| + const std::string& printer_name)
|
| : printer_name_(printer_name),
|
| delegate_(NULL),
|
| print_system_(print_system) {
|
|
|