chromium/ui/events/ozone/device/device_manager.h

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_EVENTS_OZONE_DEVICE_DEVICE_MANAGER_H_
#define UI_EVENTS_OZONE_DEVICE_DEVICE_MANAGER_H_

#include <memory>

#include "base/component_export.h"

namespace ui {

class DeviceEventObserver;

class COMPONENT_EXPORT(EVENTS_OZONE) DeviceManager {};

COMPONENT_EXPORT(EVENTS_OZONE)
std::unique_ptr<DeviceManager> CreateDeviceManager();

}  // namespace ui

#endif  // UI_EVENTS_OZONE_DEVICE_DEVICE_MANAGER_H_