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

Unified Diff: ash/system/ime/tray_ime_chromeos_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
Index: ash/system/ime/tray_ime_chromeos_unittest.cc
diff --git a/ash/system/ime/tray_ime_chromeos_unittest.cc b/ash/system/ime/tray_ime_chromeos_unittest.cc
index f891f5a133579e62f4daf2cb9c7aa933d403dca4..7f30727f26dd83871e96093dfbcc2917bdd7f9d3 100644
--- a/ash/system/ime/tray_ime_chromeos_unittest.cc
+++ b/ash/system/ime/tray_ime_chromeos_unittest.cc
@@ -20,7 +20,7 @@ namespace ash {
class TrayIMETest : public test::AshTestBase {
public:
TrayIMETest() {}
- virtual ~TrayIMETest() {}
+ ~TrayIMETest() override {}
TrayIME* tray() { return tray_.get(); }
@@ -48,8 +48,8 @@ class TrayIMETest : public test::AshTestBase {
views::View* GetScrollChildView(int index);
// test::AshTestBase:
- virtual void SetUp() override;
- virtual void TearDown() override;
+ void SetUp() override;
+ void TearDown() override;
private:
scoped_ptr<TrayIME> tray_;

Powered by Google App Engine
This is Rietveld 408576698