| // Copyright 2021 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "ui/ozone/public/platform_keyboard_hook.h" | |
| #include <utility> | |
| #include "ui/events/keycodes/dom/dom_code.h" | |
| namespace ui { | |
| PlatformKeyboardHook::PlatformKeyboardHook() = default; | |
| PlatformKeyboardHook::~PlatformKeyboardHook() = default; | |
| } // namespace ui |