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

Unified Diff: ui/events/ozone/chromeos/cursor_controller_unittest.cc

Issue 885703002: ozone: Fix chromium-style method override warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/chromeos/cursor_controller_unittest.cc
diff --git a/ui/events/ozone/chromeos/cursor_controller_unittest.cc b/ui/events/ozone/chromeos/cursor_controller_unittest.cc
index b4a4618fa9ab6475b484067c335aa1e8dab22838..afc97d036232177c99989e51f13f19c12f0d6963 100644
--- a/ui/events/ozone/chromeos/cursor_controller_unittest.cc
+++ b/ui/events/ozone/chromeos/cursor_controller_unittest.cc
@@ -16,7 +16,7 @@ const gfx::AcceleratedWidget kTestWindow = 1;
class CursorControllerTest : public testing::Test {
public:
CursorControllerTest() {}
- virtual ~CursorControllerTest() {}
+ ~CursorControllerTest() override {}
void TearDown() override {
ui::CursorController::GetInstance()->ClearCursorConfigForWindow(
« no previous file with comments | « no previous file | ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698