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

Unified Diff: ui/events/devices/device_data_manager.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
Index: ui/events/devices/device_data_manager.h
diff --git a/ui/events/devices/device_data_manager.h b/ui/events/devices/device_data_manager.h
index 674676ec93552d4170139bd0a9f244dd25a880a6..e8092aa5cdfacdbff59adc7cd5f16f5781762087 100644
--- a/ui/events/devices/device_data_manager.h
+++ b/ui/events/devices/device_data_manager.h
@@ -88,7 +88,7 @@ class EVENTS_DEVICES_EXPORT DeviceDataManager
std::vector<InputDevice> mouse_devices_;
std::vector<InputDevice> touchpad_devices_;
- ObserverList<InputDeviceEventObserver> observers_;
+ base::ObserverList<InputDeviceEventObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(DeviceDataManager);
};
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.h ('k') | ui/events/ozone/device/device_manager_manual.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698