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

Unified Diff: ash/display/display_manager_unittest.cc

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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/display/display_manager.h ('k') | ash/display/projecting_observer_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager_unittest.cc
diff --git a/ash/display/display_manager_unittest.cc b/ash/display/display_manager_unittest.cc
index e3e7f8c9c16c1c850f760f4b301c584ac578ecd0..ae5c192764b2419ec4d5fba84efac8a88988b5dd 100644
--- a/ash/display/display_manager_unittest.cc
+++ b/ash/display/display_manager_unittest.cc
@@ -1576,14 +1576,10 @@ class FontTestHelper : public test::AshTestBase {
SetUp();
}
- virtual ~FontTestHelper() {
- TearDown();
- }
+ ~FontTestHelper() override { TearDown(); }
// test::AshTestBase:
- virtual void TestBody() override {
- NOTREACHED();
- }
+ void TestBody() override { NOTREACHED(); }
private:
DISALLOW_COPY_AND_ASSIGN(FontTestHelper);
« no previous file with comments | « ash/display/display_manager.h ('k') | ash/display/projecting_observer_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698