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

Unified Diff: ui/events/keycodes/platform_key_map_win.h

Issue 1705053002: clang/win: Fix style errors after https://codereview.chromium.org/1585193002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/keycodes/platform_key_map_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/platform_key_map_win.h
diff --git a/ui/events/keycodes/platform_key_map_win.h b/ui/events/keycodes/platform_key_map_win.h
index cf0d46aaf98acb0c36dbb10390b42540ffef7876..7517f2a7ee470d2a78bc7b0a6a88f935dbeffe5d 100644
--- a/ui/events/keycodes/platform_key_map_win.h
+++ b/ui/events/keycodes/platform_key_map_win.h
@@ -22,6 +22,7 @@ class EVENTS_BASE_EXPORT PlatformKeyMap {
public:
// Create and load key map table with specified keyboard layout.
explicit PlatformKeyMap(HKL layout);
+ ~PlatformKeyMap();
// Returns the DomKey 'meaning' of |code| in the context of specified
// |ui_event_flags| and stored keyboard layout.
« no previous file with comments | « no previous file | ui/events/keycodes/platform_key_map_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698