Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / task_manager / panel_information.cc
index 85872e2..189b9a6 100644 (file)
@@ -32,13 +32,13 @@ namespace task_manager {
 class PanelResource : public RendererResource {
  public:
   explicit PanelResource(Panel* panel);
-  virtual ~PanelResource();
+  ~PanelResource() 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:
   Panel* panel_;