blob: 15cee6b48db45bb313665e3e31d0b3eacd428ef6 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// 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_user_input_monitor.h"
namespace ui {
PlatformUserInputMonitor::PlatformUserInputMonitor() = default;
PlatformUserInputMonitor::~PlatformUserInputMonitor() = default;
} // namespace ui