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

Unified Diff: content/browser/devtools/devtools_power_handler.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 | « content/browser/devtools/devtools_netlog_observer.h ('k') | content/browser/devtools/devtools_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_power_handler.h
diff --git a/content/browser/devtools/devtools_power_handler.h b/content/browser/devtools/devtools_power_handler.h
index 4e07b61b7a5f73ef01ab1cec0fc3086348c53824..df42949c489d97c92e1a315cbdcd8a370550477c 100644
--- a/content/browser/devtools/devtools_power_handler.h
+++ b/content/browser/devtools/devtools_power_handler.h
@@ -20,7 +20,7 @@ class DevToolsPowerHandler
virtual ~DevToolsPowerHandler();
// PowerProfilerObserver override.
- virtual void OnPowerEvent(const PowerEventVector&) OVERRIDE;
+ virtual void OnPowerEvent(const PowerEventVector&) override;
void OnClientDetached();
« no previous file with comments | « content/browser/devtools/devtools_netlog_observer.h ('k') | content/browser/devtools/devtools_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698