Index: device/hid/input_service_linux.h |
diff --git a/device/hid/input_service_linux.h b/device/hid/input_service_linux.h |
index 7eda3bb8126b0ba962b32b24f99e44985676cd43..d13be957ed9fdd634505ea78c77e480c3d1edc1b 100644 |
--- a/device/hid/input_service_linux.h |
+++ b/device/hid/input_service_linux.h |
@@ -84,7 +84,7 @@ class InputServiceLinux : public base::MessageLoop::DestructionObserver { |
bool CalledOnValidThread() const; |
DeviceMap devices_; |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
private: |
friend struct base::DefaultDeleter<InputServiceLinux>; |