| Index: chromeos/dbus/fake_bluetooth_input_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_input_client.h b/chromeos/dbus/fake_bluetooth_input_client.h
|
| index 461c02c7b2e12aafe9d7d68dda4959afb3373ea5..56633ffd71ec0b2fccd3b85b683e5474f2130b91 100644
|
| --- a/chromeos/dbus/fake_bluetooth_input_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_input_client.h
|
| @@ -55,7 +55,7 @@ class CHROMEOS_EXPORT FakeBluetoothInputClient
|
| PropertiesMap properties_map_;
|
|
|
| // List of observers interested in event notifications from us.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FakeBluetoothInputClient);
|
| };
|
|
|