Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / service / cloud_print / printer_job_handler.h
index 3c1eb11..b5731d8 100644 (file)
@@ -115,39 +115,39 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
   // Begin Delegate implementations
 
   // CloudPrintURLFetcher::Delegate implementation.
-  virtual CloudPrintURLFetcher::ResponseAction HandleRawResponse(
+  CloudPrintURLFetcher::ResponseAction HandleRawResponse(
       const net::URLFetcher* source,
       const GURL& url,
       const net::URLRequestStatus& status,
       int response_code,
       const net::ResponseCookies& cookies,
-      const std::string& data) OVERRIDE;
-  virtual CloudPrintURLFetcher::ResponseAction HandleRawData(
+      const std::string& data) override;
+  CloudPrintURLFetcher::ResponseAction HandleRawData(
       const net::URLFetcher* source,
       const GURL& url,
-      const std::string& data) OVERRIDE;
-  virtual CloudPrintURLFetcher::ResponseAction HandleJSONData(
+      const std::string& data) override;
+  CloudPrintURLFetcher::ResponseAction HandleJSONData(
       const net::URLFetcher* source,
       const GURL& url,
       base::DictionaryValue* json_data,
-      bool succeeded) OVERRIDE;
-  virtual void OnRequestGiveUp() OVERRIDE;
-  virtual CloudPrintURLFetcher::ResponseAction OnRequestAuthError() OVERRIDE;
-  virtual std::string GetAuthHeader() OVERRIDE;
+      bool succeeded) override;
+  void OnRequestGiveUp() override;
+  CloudPrintURLFetcher::ResponseAction OnRequestAuthError() override;
+  std::string GetAuthHeader() override;
 
   // JobStatusUpdater::Delegate implementation
-  virtual bool OnJobCompleted(JobStatusUpdater* updater) OVERRIDE;
-  virtual void OnAuthError() OVERRIDE;
+  bool OnJobCompleted(JobStatusUpdater* updater) override;
+  void OnAuthError() override;
 
   // PrinterWatcherDelegate implementation
-  virtual void OnPrinterDeleted() OVERRIDE;
-  virtual void OnPrinterChanged() OVERRIDE;
-  virtual void OnJobChanged() OVERRIDE;
+  void OnPrinterDeleted() override;
+  void OnPrinterChanged() override;
+  void OnJobChanged() override;
 
   // JobSpoolerDelegate implementation.
   // Called on print_thread_.
-  virtual void OnJobSpoolSucceeded(const PlatformJobId& job_id) OVERRIDE;
-  virtual void OnJobSpoolFailed() OVERRIDE;
+  void OnJobSpoolSucceeded(const PlatformJobId& job_id) override;
+  void OnJobSpoolFailed() override;
 
   // End Delegate implementations
 
@@ -176,7 +176,7 @@ class PrinterJobHandler : public base::RefCountedThreadSafe<PrinterJobHandler>,
                                         const GURL& url,
                                         const std::string& data);
 
-  virtual ~PrinterJobHandler();
+  ~PrinterJobHandler() override;
 
   // Begin request handlers for each state in the state machine
   CloudPrintURLFetcher::ResponseAction HandlePrinterUpdateResponse(