blob: f844accf6e28b8e4b9c2cb54980d75953ee75919 [file] [log] [blame]
// 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