Index: device/hid/device_monitor_linux.h |
diff --git a/device/hid/device_monitor_linux.h b/device/hid/device_monitor_linux.h |
index 8cec73a34a6f4c30683c7dac804fb69fce32179c..d05e31ba1b7c6f5600e81dde45e570f2728b6dad 100644 |
--- a/device/hid/device_monitor_linux.h |
+++ b/device/hid/device_monitor_linux.h |
@@ -63,7 +63,7 @@ class DeviceMonitorLinux : public base::MessageLoop::DestructionObserver, |
int monitor_fd_; |
base::MessagePumpLibevent::FileDescriptorWatcher monitor_watcher_; |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
base::ThreadChecker thread_checker_; |