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

Unified Diff: content/child/blink_platform_impl_unittest.cc

Issue 671663002: Standardize usage of virtual/override/final in content/ (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/child/blink_platform_impl.cc ('k') | content/child/browser_font_resource_trusted.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl_unittest.cc
diff --git a/content/child/blink_platform_impl_unittest.cc b/content/child/blink_platform_impl_unittest.cc
index 95a4d98dbb3dee8a3bb3629420bb597ce95e7e46..661ce192e9a351d889fb3f02cf8d12b48e8d0f2b 100644
--- a/content/child/blink_platform_impl_unittest.cc
+++ b/content/child/blink_platform_impl_unittest.cc
@@ -25,7 +25,7 @@ class TestBlinkPlatformImpl : public BlinkPlatformImpl {
return BlinkPlatformImpl::monotonicallyIncreasingTime();
}
- virtual void OnStartSharedTimer(base::TimeDelta delay) override {
+ void OnStartSharedTimer(base::TimeDelta delay) override {
shared_timer_delay_ = delay;
}
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/browser_font_resource_trusted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698