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

Unified Diff: ui/views/controls/native/native_view_host_test_base.cc

Issue 681883002: 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
Index: ui/views/controls/native/native_view_host_test_base.cc
diff --git a/ui/views/controls/native/native_view_host_test_base.cc b/ui/views/controls/native/native_view_host_test_base.cc
index f8f957c6cf825afedcde33d883ec63ccd79f3e12..425d24ae170c1ed158acf559fcbef7b57ff1057d 100644
--- a/ui/views/controls/native/native_view_host_test_base.cc
+++ b/ui/views/controls/native/native_view_host_test_base.cc
@@ -15,7 +15,7 @@ class NativeViewHostTestBase::NativeViewHostTesting : public NativeViewHost {
public:
explicit NativeViewHostTesting(NativeViewHostTestBase* owner)
: owner_(owner) {}
- virtual ~NativeViewHostTesting() { owner_->host_destroyed_count_++; }
+ ~NativeViewHostTesting() override { owner_->host_destroyed_count_++; }
private:
NativeViewHostTestBase* owner_;
« no previous file with comments | « ui/views/controls/native/native_view_host_test_base.h ('k') | ui/views/controls/native/native_view_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698