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

Unified Diff: content/browser/devtools/protocol/power_handler.h

Issue 667943003: Standardize usage of virtual/override/final in content/browser/ (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/protocol/power_handler.h
diff --git a/content/browser/devtools/protocol/power_handler.h b/content/browser/devtools/protocol/power_handler.h
index 44829370b831faf395c36b17a726e83d0f7a5f6c..f0892c70c3f5b557d4c05ab1c9f34303568140cf 100644
--- a/content/browser/devtools/protocol/power_handler.h
+++ b/content/browser/devtools/protocol/power_handler.h
@@ -17,12 +17,12 @@ class PowerHandler : public PowerProfilerObserver {
typedef DevToolsProtocolClient::Response Response;
PowerHandler();
- virtual ~PowerHandler();
+ ~PowerHandler() override;
void SetClient(scoped_ptr<Client> client);
// PowerProfilerObserver override.
- virtual void OnPowerEvent(const PowerEventVector& events) override;
+ void OnPowerEvent(const PowerEventVector& events) override;
void Detached();
« no previous file with comments | « content/browser/devtools/ipc_devtools_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