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

Unified Diff: content/common/hi_res_timer_manager.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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/common/gpu/media/gpu_video_decode_accelerator.h ('k') | content/common/message_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/hi_res_timer_manager.h
diff --git a/content/common/hi_res_timer_manager.h b/content/common/hi_res_timer_manager.h
index ff2ff1f081282e7bf47804b874dae5f7d2602e25..210789f870cc0bf9a23aa22a83184378038ff2f0 100644
--- a/content/common/hi_res_timer_manager.h
+++ b/content/common/hi_res_timer_manager.h
@@ -18,7 +18,7 @@ class CONTENT_EXPORT HighResolutionTimerManager
virtual ~HighResolutionTimerManager();
// base::SystemMonitor::PowerObserver:
- virtual void OnPowerStateChange(bool on_battery_power);
+ virtual void OnPowerStateChange(bool on_battery_power) OVERRIDE;
// Returns true if the hi resolution clock could be used right now.
bool hi_res_clock_available() const { return hi_res_clock_available_; }
« no previous file with comments | « content/common/gpu/media/gpu_video_decode_accelerator.h ('k') | content/common/message_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698