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

Unified Diff: ui/events/ozone/layout/xkb/xkb_evdev_codes.h

Issue 831373004: virtual/override specifier cleanup in ui/events/ozone/layout/xkb (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/layout/xkb/xkb_keyboard_layout_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/layout/xkb/xkb_evdev_codes.h
diff --git a/ui/events/ozone/layout/xkb/xkb_evdev_codes.h b/ui/events/ozone/layout/xkb/xkb_evdev_codes.h
index 3cf19357b4e31ce533f975827225f2e5ca3e39f5..0ad4ab7d3e3acb1d3a037c3a5d06528ace0940eb 100644
--- a/ui/events/ozone/layout/xkb/xkb_evdev_codes.h
+++ b/ui/events/ozone/layout/xkb/xkb_evdev_codes.h
@@ -13,8 +13,8 @@ namespace ui {
class EVENTS_OZONE_LAYOUT_EXPORT XkbEvdevCodes : public XkbKeyCodeConverter {
public:
XkbEvdevCodes();
- virtual ~XkbEvdevCodes();
- virtual xkb_keycode_t DomCodeToXkbKeyCode(DomCode dom_code) const override;
+ ~XkbEvdevCodes() override;
+ xkb_keycode_t DomCodeToXkbKeyCode(DomCode dom_code) const override;
};
} // namespace ui
« no previous file with comments | « no previous file | ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698