| Index: chromeos/dbus/fake_nfc_device_client.h
|
| diff --git a/chromeos/dbus/fake_nfc_device_client.h b/chromeos/dbus/fake_nfc_device_client.h
|
| index a8d38e6fac9572b73045295aeafa15b99d1e1959..67d691cb5824b8abc4904a72f2c113e665d05e0b 100644
|
| --- a/chromeos/dbus/fake_nfc_device_client.h
|
| +++ b/chromeos/dbus/fake_nfc_device_client.h
|
| @@ -106,7 +106,7 @@ class CHROMEOS_EXPORT FakeNfcDeviceClient : public NfcDeviceClient {
|
| void HandleSimulationTimeout();
|
|
|
| // List of observers interested in event notifications from us.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // Fake properties that are returned for the emulated device.
|
| scoped_ptr<Properties> properties_;
|
|
|