chromium/ui/ozone/public/platform_user_input_monitor.cc

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