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

Unified Diff: content/browser/power_profiler/power_data_provider_ia_win.h

Issue 628163002: Replacing the OVERRIDE with override and FINAL with final in content/browser/power_profiler (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/power_profiler/power_profiler_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/power_profiler/power_data_provider_ia_win.h
diff --git a/content/browser/power_profiler/power_data_provider_ia_win.h b/content/browser/power_profiler/power_data_provider_ia_win.h
index 925ca1688547852452dd84c87e8122064020b369..427a5fa202a7f7ce57bc5cd14ffdc457b2504383 100644
--- a/content/browser/power_profiler/power_data_provider_ia_win.h
+++ b/content/browser/power_profiler/power_data_provider_ia_win.h
@@ -18,9 +18,9 @@ class PowerDataProviderIA : public PowerDataProvider {
virtual ~PowerDataProviderIA();
bool Initialize();
- virtual PowerEventVector GetData() OVERRIDE;
- virtual base::TimeDelta GetSamplingRate() OVERRIDE;
- virtual AccuracyLevel GetAccuracyLevel() OVERRIDE { return High; }
+ virtual PowerEventVector GetData() override;
+ virtual base::TimeDelta GetSamplingRate() override;
+ virtual AccuracyLevel GetAccuracyLevel() override { return High; }
private:
CIntelPowerGadgetLib energy_lib_;
« no previous file with comments | « no previous file | content/browser/power_profiler/power_profiler_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698