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

Unified Diff: ui/events/ozone/device/device_manager_manual.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/devices/device_data_manager.h ('k') | ui/events/ozone/device/udev/device_manager_udev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/device/device_manager_manual.h
diff --git a/ui/events/ozone/device/device_manager_manual.h b/ui/events/ozone/device/device_manager_manual.h
index d158365d9dc1e0f16a0defa97b09ecf6b6751eac..5e59c5580898131d25c4f5eb8fb952f2e7253a4c 100644
--- a/ui/events/ozone/device/device_manager_manual.h
+++ b/ui/events/ozone/device/device_manager_manual.h
@@ -32,7 +32,7 @@ class DeviceManagerManual : public DeviceManager {
bool have_scanned_devices_;
std::vector<base::FilePath> devices_;
- ObserverList<DeviceEventObserver> observers_;
+ base::ObserverList<DeviceEventObserver> observers_;
base::WeakPtrFactory<DeviceManagerManual> weak_ptr_factory_;
« no previous file with comments | « ui/events/devices/device_data_manager.h ('k') | ui/events/ozone/device/udev/device_manager_udev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698