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

Unified Diff: content/browser/devtools/ipc_devtools_agent_host.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
Index: content/browser/devtools/ipc_devtools_agent_host.h
diff --git a/content/browser/devtools/ipc_devtools_agent_host.h b/content/browser/devtools/ipc_devtools_agent_host.h
index 496c2d9179a1a7a0416c5383a6b6e4dd506327bb..fce9783eb8a512462757bdbb867ddb2f5f203d67 100644
--- a/content/browser/devtools/ipc_devtools_agent_host.h
+++ b/content/browser/devtools/ipc_devtools_agent_host.h
@@ -16,10 +16,10 @@ namespace content {
class CONTENT_EXPORT IPCDevToolsAgentHost : public DevToolsAgentHostImpl {
public:
// DevToolsAgentHostImpl implementation.
- virtual void Attach() OVERRIDE;
- virtual void Detach() OVERRIDE;
- virtual void DispatchProtocolMessage(const std::string& message) OVERRIDE;
- virtual void InspectElement(int x, int y) OVERRIDE;
+ virtual void Attach() override;
+ virtual void Detach() override;
+ virtual void DispatchProtocolMessage(const std::string& message) override;
+ virtual void InspectElement(int x, int y) override;
protected:
virtual ~IPCDevToolsAgentHost();
« no previous file with comments | « content/browser/devtools/forwarding_agent_host.h ('k') | content/browser/devtools/render_view_devtools_agent_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698