blob: c5f2452764183cf9c4c919da3d4636f8bdef1e9a [file] [log] [blame]
// Copyright 2020 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_user_input_monitor.h"
namespace ui {
PlatformUserInputMonitor::PlatformUserInputMonitor() = default;
PlatformUserInputMonitor::~PlatformUserInputMonitor() = default;
} // namespace ui