diff options
Diffstat (limited to 'chrome/service/cloud_print/printer_job_handler.h')
-rw-r--r-- | chrome/service/cloud_print/printer_job_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/printer_job_handler.h b/chrome/service/cloud_print/printer_job_handler.h index 9a37a94..fc74e77 100644 --- a/chrome/service/cloud_print/printer_job_handler.h +++ b/chrome/service/cloud_print/printer_job_handler.h @@ -194,7 +194,7 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>, const GURL& url, const std::string& data); - CloudPrintURLFetcher::ResponseAction HandleSuccessStatusUpdateResponse( + CloudPrintURLFetcher::ResponseAction HandleInProgressStatusUpdateResponse( const net::URLFetcher* source, const GURL& url, base::DictionaryValue* json_data, |