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

Unified Diff: ash/test/shelf_view_test_api.cc

Issue 683623002: Standardize usage of virtual/override/final specifiers. (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 | « ash/test/child_modal_window.cc ('k') | ash/test/test_activation_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_view_test_api.cc
diff --git a/ash/test/shelf_view_test_api.cc b/ash/test/shelf_view_test_api.cc
index b33b7492657ce2e6cbfaba219268838ed5be9075..b829b87d54617551205bcffc4f57a16511651761 100644
--- a/ash/test/shelf_view_test_api.cc
+++ b/ash/test/shelf_view_test_api.cc
@@ -19,12 +19,11 @@ namespace {
class TestAPIAnimationObserver : public views::BoundsAnimatorObserver {
public:
TestAPIAnimationObserver() {}
- virtual ~TestAPIAnimationObserver() {}
+ ~TestAPIAnimationObserver() override {}
// views::BoundsAnimatorObserver overrides:
- virtual void OnBoundsAnimatorProgressed(
- views::BoundsAnimator* animator) override {}
- virtual void OnBoundsAnimatorDone(views::BoundsAnimator* animator) override {
+ void OnBoundsAnimatorProgressed(views::BoundsAnimator* animator) override {}
+ void OnBoundsAnimatorDone(views::BoundsAnimator* animator) override {
base::MessageLoop::current()->Quit();
}
« no previous file with comments | « ash/test/child_modal_window.cc ('k') | ash/test/test_activation_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698