Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / task_manager / background_information.h
index 8bd7327..4e2d8a5 100644 (file)
@@ -15,13 +15,13 @@ class BackgroundInformation
     : public NotificationObservingWebContentsInformation {
  public:
   BackgroundInformation();
-  virtual ~BackgroundInformation();
+  ~BackgroundInformation() 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(BackgroundInformation);