Index: ui/events/ozone/device/udev/device_manager_udev.h |
diff --git a/ui/events/ozone/device/udev/device_manager_udev.h b/ui/events/ozone/device/udev/device_manager_udev.h |
index 7c15e3b760e9d1db89718728b0f6d89d27cca27b..8a7537abebe40b73c31fc0f0f79fc67b96192bba 100644 |
--- a/ui/events/ozone/device/udev/device_manager_udev.h |
+++ b/ui/events/ozone/device/udev/device_manager_udev.h |
@@ -7,8 +7,8 @@ |
#include "base/message_loop/message_pump_libevent.h" |
#include "base/observer_list.h" |
+#include "device/udev_linux/udev.h" |
#include "ui/events/ozone/device/device_manager.h" |
-#include "ui/events/ozone/device/udev/scoped_udev.h" |
namespace ui { |
@@ -36,8 +36,8 @@ class DeviceManagerUdev |
virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE; |
virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE; |
- scoped_udev udev_; |
- scoped_udev_monitor monitor_; |
+ device::ScopedUdevPtr udev_; |
+ device::ScopedUdevMonitorPtr monitor_; |
base::MessagePumpLibevent::FileDescriptorWatcher controller_; |