summaryrefslogtreecommitdiffstats
path: root/ui/events/ozone
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-10-23 17:21:15 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-24 00:21:27 +0000
commit62675d9fb31fb8cedc40f68e78e8445a74f362e7 (patch)
tree7ba05b92cf1a1075f9dfc1c11171e96ce683cf3d /ui/events/ozone
parent55196a2b4a303ddbc46f2b63b58c725f80710c9c (diff)
downloadchromium_src-62675d9fb31fb8cedc40f68e78e8445a74f362e7.zip
chromium_src-62675d9fb31fb8cedc40f68e78e8445a74f362e7.tar.gz
chromium_src-62675d9fb31fb8cedc40f68e78e8445a74f362e7.tar.bz2
Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_udev.h.
- Update header files elsewhere. - Use ScopedUdev*Ptr classes in more places. BUG=415212 Review URL: https://codereview.chromium.org/666653002 Cr-Commit-Position: refs/heads/master@{#300999}
Diffstat (limited to 'ui/events/ozone')
-rw-r--r--ui/events/ozone/device/udev/device_manager_udev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/events/ozone/device/udev/device_manager_udev.h b/ui/events/ozone/device/udev/device_manager_udev.h
index 13c76b94..2d01ed8c 100644
--- a/ui/events/ozone/device/udev/device_manager_udev.h
+++ b/ui/events/ozone/device/udev/device_manager_udev.h
@@ -7,7 +7,7 @@
#include "base/message_loop/message_pump_libevent.h"
#include "base/observer_list.h"
-#include "device/udev_linux/udev.h"
+#include "device/udev_linux/scoped_udev.h"
#include "ui/events/ozone/device/device_manager.h"
namespace ui {