Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: ui/events/ozone/device/udev/device_manager_udev.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/ozone/device/device_manager_manual.h ('k') | ui/events/platform/platform_event_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f3922dbbee1da35d630d5673f9e668d2ab2a0268..8031c80042782513aa3b06a43c69b246be0a522e 100644
--- a/ui/events/ozone/device/udev/device_manager_udev.h
+++ b/ui/events/ozone/device/udev/device_manager_udev.h
@@ -41,7 +41,7 @@ class DeviceManagerUdev
base::MessagePumpLibevent::FileDescriptorWatcher controller_;
- ObserverList<DeviceEventObserver> observers_;
+ base::ObserverList<DeviceEventObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(DeviceManagerUdev);
};
« no previous file with comments | « ui/events/ozone/device/device_manager_manual.h ('k') | ui/events/platform/platform_event_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698