Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / printing / background_printing_manager.cc
index 1e5c58d..daa8402 100644 (file)
@@ -27,8 +27,8 @@ class BackgroundPrintingManager::Observer
   Observer(BackgroundPrintingManager* manager, WebContents* web_contents);
 
  private:
-  virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
-  virtual void WebContentsDestroyed() OVERRIDE;
+  void RenderProcessGone(base::TerminationStatus status) override;
+  void WebContentsDestroyed() override;
 
   BackgroundPrintingManager* manager_;
 };