Index: content/browser/devtools/devtools_agent_host_impl.h |
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h |
index 7247f468119e48d24bd8f6c8a9ef2ad62cbb1a16..f49e8a07fe4ccb1e63371cbbbc25bfbc5991c702 100644 |
--- a/content/browser/devtools/devtools_agent_host_impl.h |
+++ b/content/browser/devtools/devtools_agent_host_impl.h |
@@ -38,15 +38,15 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost { |
void Inspect(BrowserContext* browser_context); |
// DevToolsAgentHost implementation. |
- virtual void AttachClient(DevToolsAgentHostClient* client) OVERRIDE; |
- virtual void DetachClient() OVERRIDE; |
- virtual bool IsAttached() OVERRIDE; |
- virtual void InspectElement(int x, int y) OVERRIDE; |
- virtual std::string GetId() OVERRIDE; |
- virtual WebContents* GetWebContents() OVERRIDE; |
- virtual void DisconnectWebContents() OVERRIDE; |
- virtual void ConnectWebContents(WebContents* wc) OVERRIDE; |
- virtual bool IsWorker() const OVERRIDE; |
+ virtual void AttachClient(DevToolsAgentHostClient* client) override; |
+ virtual void DetachClient() override; |
+ virtual bool IsAttached() override; |
+ virtual void InspectElement(int x, int y) override; |
+ virtual std::string GetId() override; |
+ virtual WebContents* GetWebContents() override; |
+ virtual void DisconnectWebContents() override; |
+ virtual void ConnectWebContents(WebContents* wc) override; |
+ virtual bool IsWorker() const override; |
protected: |
DevToolsAgentHostImpl(); |