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

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

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.h
diff --git a/ui/views/controls/native/native_view_host_test_base.h b/ui/views/controls/native/native_view_host_test_base.h
index ce98fb46e6642247dc02034635c6cd72f19d6819..6a39f4d987b1e4c2792fdca63a8afe0c04e8d601 100644
--- a/ui/views/controls/native/native_view_host_test_base.h
+++ b/ui/views/controls/native/native_view_host_test_base.h
@@ -18,7 +18,7 @@ namespace test {
class NativeViewHostTestBase : public ViewsTestBase {
public:
NativeViewHostTestBase();
- virtual ~NativeViewHostTestBase();
+ ~NativeViewHostTestBase() override;
// Create the |toplevel_| widget.
void CreateTopLevel();
« no previous file with comments | « ui/views/controls/native/native_view_host_aura_unittest.cc ('k') | ui/views/controls/native/native_view_host_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698