| Index: chromeos/dbus/fake_nfc_tag_client.h
|
| diff --git a/chromeos/dbus/fake_nfc_tag_client.h b/chromeos/dbus/fake_nfc_tag_client.h
|
| index a2fdcbfe17e9de8f1c871f30022222094279ee39..96f2ec894cf7376f05700dffffbfdf4680d82106 100644
|
| --- a/chromeos/dbus/fake_nfc_tag_client.h
|
| +++ b/chromeos/dbus/fake_nfc_tag_client.h
|
| @@ -96,7 +96,7 @@ class CHROMEOS_EXPORT FakeNfcTagClient : public NfcTagClient {
|
| 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 tag.
|
| scoped_ptr<Properties> properties_;
|
|
|