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

Unified Diff: device/core/device_monitor_win.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 | « device/bluetooth/bluetooth_task_manager_win.h ('k') | device/hid/device_monitor_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/core/device_monitor_win.h
diff --git a/device/core/device_monitor_win.h b/device/core/device_monitor_win.h
index f6bc5dc22a65db9bd8af2a9eff3ed467b213bbe5..e8becd756244fa11140d3018a69e51ec4c6f2206 100644
--- a/device/core/device_monitor_win.h
+++ b/device/core/device_monitor_win.h
@@ -41,7 +41,7 @@ class DeviceMonitorWin {
void NotifyDeviceRemoved(const GUID& class_guid,
const std::string& device_path);
- ObserverList<Observer> observer_list_;
+ base::ObserverList<Observer> observer_list_;
};
} // namespace device
« no previous file with comments | « device/bluetooth/bluetooth_task_manager_win.h ('k') | device/hid/device_monitor_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698