Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / task_manager / tab_contents_information.h
index 03c737a..5bd6380 100644 (file)
@@ -18,13 +18,13 @@ class TabContentsInformation
     : public NotificationObservingWebContentsInformation {
  public:
   TabContentsInformation();
-  virtual ~TabContentsInformation();
+  ~TabContentsInformation() override;
 
   // WebContentsInformation implementation.
-  virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
-  virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
-  virtual scoped_ptr<RendererResource> MakeResource(
-      content::WebContents* web_contents) OVERRIDE;
+  bool CheckOwnership(content::WebContents* web_contents) override;
+  void GetAll(const NewWebContentsCallback& callback) override;
+  scoped_ptr<RendererResource> MakeResource(
+      content::WebContents* web_contents) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(TabContentsInformation);