Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / devtools / devtools_target_impl.h
index 2b8d1b6..4a4a561 100644 (file)
@@ -32,22 +32,21 @@ class DevToolsTargetImpl : public content::DevToolsTarget {
 
   explicit DevToolsTargetImpl(
       scoped_refptr<content::DevToolsAgentHost> agent_host);
-  virtual ~DevToolsTargetImpl();
+  ~DevToolsTargetImpl() override;
 
   // content::DevToolsTarget overrides:
-  virtual std::string GetId() const OVERRIDE;
-  virtual std::string GetParentId() const OVERRIDE;
-  virtual std::string GetType() const OVERRIDE;
-  virtual std::string GetTitle() const OVERRIDE;
-  virtual std::string GetDescription() const OVERRIDE;
-  virtual GURL GetURL() const OVERRIDE;
-  virtual GURL GetFaviconURL() const OVERRIDE;
-  virtual base::TimeTicks GetLastActivityTime() const OVERRIDE;
-  virtual scoped_refptr<content::DevToolsAgentHost>
-      GetAgentHost() const OVERRIDE;
-  virtual bool IsAttached() const OVERRIDE;
-  virtual bool Activate() const OVERRIDE;
-  virtual bool Close() const OVERRIDE;
+  std::string GetId() const override;
+  std::string GetParentId() const override;
+  std::string GetType() const override;
+  std::string GetTitle() const override;
+  std::string GetDescription() const override;
+  GURL GetURL() const override;
+  GURL GetFaviconURL() const override;
+  base::TimeTicks GetLastActivityTime() const override;
+  scoped_refptr<content::DevToolsAgentHost> GetAgentHost() const override;
+  bool IsAttached() const override;
+  bool Activate() const override;
+  bool Close() const override;
 
   // Returns the WebContents associated with the target on NULL if there is
   // not any.