| 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. | 
|  |