Chromium Code Reviews| 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 9090ca388dcdcf42674cb02e338192bb8c4843ab..2a97fd65615fae723ec4919006bdd7d8bb024d6b 100644 |
| --- a/chrome/service/cloud_print/printer_job_handler.h |
| +++ b/chrome/service/cloud_print/printer_job_handler.h |
| @@ -145,7 +145,9 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>, |
| virtual void OnJobSpoolFailed() OVERRIDE; |
| // End Delegate implementations |
| - |
| + protected: |
| + virtual ~PrinterJobHandler(); |
| + virtual CloudPrintURLFetcher* CreateCloudPrintURLFetcher(); |
|
Vitaly Buka (NO REVIEWS)
2013/02/08 22:38:56
empty line before private
|
| private: |
| friend class base::RefCountedThreadSafe<PrinterJobHandler>; |
| @@ -181,7 +183,7 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>, |
| std::vector<std::string> tags_; |
| }; |
| - virtual ~PrinterJobHandler(); |
| + |
| // Begin request handlers for each state in the state machine |
| CloudPrintURLFetcher::ResponseAction HandlePrinterUpdateResponse( |