| Index: device/nfc/nfc_tag_technology_chromeos.h
|
| diff --git a/device/nfc/nfc_tag_technology_chromeos.h b/device/nfc/nfc_tag_technology_chromeos.h
|
| index 1e78891a1fcc4b19933f8ae929a749ca06953fc7..75f407cc432d9696759c8c1bee93c87e71f5f544 100644
|
| --- a/device/nfc/nfc_tag_technology_chromeos.h
|
| +++ b/device/nfc/nfc_tag_technology_chromeos.h
|
| @@ -67,7 +67,7 @@ class NfcNdefTagTechnologyChromeOS : public device::NfcNdefTagTechnology,
|
| device::NfcNdefMessage message_;
|
|
|
| // List of observers interested in event notifications from us.
|
| - ObserverList<device::NfcNdefTagTechnology::Observer> observers_;
|
| + base::ObserverList<device::NfcNdefTagTechnology::Observer> observers_;
|
|
|
| // D-Bus object path of the remote tag or device that this object operates
|
| // on.
|
|
|