| 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 50d79dc0e4ce0ec017dfb78a7cab5d944bcf3f30..b11b413677c4f99626b60505ac6eaae14d41a681 100644
|
| --- a/chrome/service/cloud_print/print_system_cups.cc
|
| +++ b/chrome/service/cloud_print/print_system_cups.cc
|
| @@ -134,7 +134,8 @@ class PrintServerWatcherCUPS
|
| : public PrintSystem::PrintServerWatcher {
|
| public:
|
| explicit PrintServerWatcherCUPS(PrintSystemCUPS* print_system)
|
| - : print_system_(print_system) {
|
| + : print_system_(print_system),
|
| + delegate_(NULL) {
|
| }
|
| ~PrintServerWatcherCUPS() {
|
| StopWatching();
|
|
|