| Index: chromeos/dbus/nfc_device_client.cc
|
| diff --git a/chromeos/dbus/nfc_device_client.cc b/chromeos/dbus/nfc_device_client.cc
|
| index 8d185c257e41b023367cf12c5429be9a7f04920c..c27396bde7885e7e579e9134ae4b7a76ab62d974 100644
|
| --- a/chromeos/dbus/nfc_device_client.cc
|
| +++ b/chromeos/dbus/nfc_device_client.cc
|
| @@ -204,7 +204,7 @@ class NfcDeviceClientImpl : public NfcDeviceClient,
|
| dbus::Bus* bus_;
|
|
|
| // List of observers interested in event notifications.
|
| - ObserverList<NfcDeviceClient::Observer> observers_;
|
| + base::ObserverList<NfcDeviceClient::Observer> observers_;
|
|
|
| // Mapping from object paths to object proxies and properties structures that
|
| // were already created by us. This stucture stores a different DBusObjectMap
|
|
|