Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / task_manager / printing_information.cc
index b98a897..b623d18 100644 (file)
@@ -30,13 +30,13 @@ namespace task_manager {
 class PrintingResource : public RendererResource {
  public:
   explicit PrintingResource(content::WebContents* web_contents);
-  virtual ~PrintingResource();
+  ~PrintingResource() override;
 
   // Resource methods:
-  virtual Type GetType() const OVERRIDE;
-  virtual base::string16 GetTitle() const OVERRIDE;
-  virtual gfx::ImageSkia GetIcon() const OVERRIDE;
-  virtual content::WebContents* GetWebContents() const OVERRIDE;
+  Type GetType() const override;
+  base::string16 GetTitle() const override;
+  gfx::ImageSkia GetIcon() const override;
+  content::WebContents* GetWebContents() const override;
 
  private:
   content::WebContents* web_contents_;