| Index: chrome/service/cloud_print/printer_job_handler.h
|
| diff --git a/chrome/service/cloud_print/printer_job_handler.h b/chrome/service/cloud_print/printer_job_handler.h
|
| index 6e804f96a16fb719098955795aacfdb5b42d02ae..12e19dfd16185f256282cb033b23dbc30e87c4a0 100644
|
| --- a/chrome/service/cloud_print/printer_job_handler.h
|
| +++ b/chrome/service/cloud_print/printer_job_handler.h
|
| @@ -113,7 +113,7 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
|
| const GURL& cloud_print_server_url,
|
| cloud_print::PrintSystem* print_system,
|
| Delegate* delegate);
|
| - ~PrinterJobHandler();
|
| + virtual ~PrinterJobHandler();
|
| bool Initialize();
|
| // Requests a job check. |reason| is the reason for fetching the job. Used
|
| // for logging and diagnostc purposes.
|
|
|