Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1010)

Unified Diff: content/browser/devtools/devtools_agent_host_impl.h

Issue 634483005: Replacing the OVERRIDE with override and FINAL with final in content/browser/[devtools/ssl] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/devtools/devtools_frontend_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | content/browser/devtools/devtools_frontend_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698