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

Unified Diff: ash/virtual_keyboard_controller_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/virtual_keyboard_controller.h ('k') | ash/wm/boot_splash_screen_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/virtual_keyboard_controller_unittest.cc
diff --git a/ash/virtual_keyboard_controller_unittest.cc b/ash/virtual_keyboard_controller_unittest.cc
index 84d6804aeae2a00ee793ad74f3fdac73e5bef0e9..27dcf909ff30b8f42d5220beb745a6c0fe726929 100644
--- a/ash/virtual_keyboard_controller_unittest.cc
+++ b/ash/virtual_keyboard_controller_unittest.cc
@@ -27,7 +27,7 @@ namespace test {
class VirtualKeyboardControllerTest : public AshTestBase {
public:
VirtualKeyboardControllerTest() {}
- virtual ~VirtualKeyboardControllerTest() {}
+ ~VirtualKeyboardControllerTest() override {}
void UpdateTouchscreenDevices(
std::vector<ui::TouchscreenDevice> touchscreen_devices) {
« no previous file with comments | « ash/virtual_keyboard_controller.h ('k') | ash/wm/boot_splash_screen_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698