summaryrefslogtreecommitdiffstats
path: root/chrome/service/cloud_print/print_system_cups.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/cloud_print/print_system_cups.cc')
-rw-r--r--chrome/service/cloud_print/print_system_cups.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc
index d4d5a9a..b8a7378 100644
--- a/chrome/service/cloud_print/print_system_cups.cc
+++ b/chrome/service/cloud_print/print_system_cups.cc
@@ -165,7 +165,9 @@ class PrintSystemCUPS : public PrintSystem {
public:
explicit PrinterWatcherCUPS(PrintSystemCUPS* print_system,
const std::string& printer_name)
- : printer_name_(printer_name), print_system_(print_system) {
+ : printer_name_(printer_name),
+ delegate_(NULL),
+ print_system_(print_system) {
}
// PrintSystem::PrinterWatcher interface