// 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_MANUAL_H_ #define UI_EVENTS_OZONE_DEVICE_DEVICE_MANAGER_MANUAL_H_ #include <set> #include <vector> #include "base/files/file_path_watcher.h" #include "base/observer_list.h" #include "ui/events/ozone/device/device_manager.h" namespace base { class FilePath; class SequencedTaskRunner; struct OnTaskRunnerDeleter; } // namespace base namespace ui { class DeviceManagerManual : public DeviceManager { … }; } // namespace ui #endif // UI_EVENTS_OZONE_DEVICE_DEVICE_MANAGER_MANUAL_H_