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

Unified Diff: ui/views/test/views_test_helper_aura.h

Issue 679233002: 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 | « ui/views/test/views_test_base.h ('k') | ui/views/test/widget_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper_aura.h
diff --git a/ui/views/test/views_test_helper_aura.h b/ui/views/test/views_test_helper_aura.h
index 87d48aee8a4f7dc042e4288b58f9f6f1539bf20a..fe79c89957e93aefd5fabaed90a2ea8afb74b7fb 100644
--- a/ui/views/test/views_test_helper_aura.h
+++ b/ui/views/test/views_test_helper_aura.h
@@ -30,12 +30,12 @@ class ViewsTestHelperAura : public ViewsTestHelper {
public:
ViewsTestHelperAura(base::MessageLoopForUI* message_loop,
ui::ContextFactory* context_factory);
- virtual ~ViewsTestHelperAura();
+ ~ViewsTestHelperAura() override;
// Overridden from ViewsTestHelper:
- virtual void SetUp() override;
- virtual void TearDown() override;
- virtual gfx::NativeWindow GetContext() override;
+ void SetUp() override;
+ void TearDown() override;
+ gfx::NativeWindow GetContext() override;
private:
ui::ContextFactory* context_factory_;
« no previous file with comments | « ui/views/test/views_test_base.h ('k') | ui/views/test/widget_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698