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

Unified Diff: content/renderer/devtools/devtools_client.h

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (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 | « content/renderer/devtools/devtools_agent_filter.h ('k') | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/devtools/devtools_client.h
diff --git a/content/renderer/devtools/devtools_client.h b/content/renderer/devtools/devtools_client.h
index 0c08324e3ec8ca84f810015c7ac8ce883871a70e..f0321859baf03bf48a46f89a1b455b8b81b9e870 100644
--- a/content/renderer/devtools/devtools_client.h
+++ b/content/renderer/devtools/devtools_client.h
@@ -36,10 +36,10 @@ class CONTENT_EXPORT DevToolsClient
private:
// WebDevToolsFrontendClient implementation.
- virtual void sendMessageToBackend(const blink::WebString&) OVERRIDE;
- virtual void sendMessageToEmbedder(const blink::WebString&) OVERRIDE;
+ virtual void sendMessageToBackend(const blink::WebString&) override;
+ virtual void sendMessageToEmbedder(const blink::WebString&) override;
- virtual bool isUnderTest() OVERRIDE;
+ virtual bool isUnderTest() override;
void OnDispatchOnInspectorFrontend(const std::string& message);
« no previous file with comments | « content/renderer/devtools/devtools_agent_filter.h ('k') | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698