summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/nfc_record_client.cc
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-06-03 09:31:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-03 16:32:08 +0000
commit236d317f450601fbb56756b0b5ca802659a045f6 (patch)
tree086f7f2ed78889e4dc2c17f209871ba364bc9c01 /chromeos/dbus/nfc_record_client.cc
parente7938cf52a9aeb936c1cb005faaafb9f2b16cd4f (diff)
downloadchromium_src-236d317f450601fbb56756b0b5ca802659a045f6.zip
chromium_src-236d317f450601fbb56756b0b5ca802659a045f6.tar.gz
chromium_src-236d317f450601fbb56756b0b5ca802659a045f6.tar.bz2
Replace more ObserverList with base::ObserverList.
This is everything but the chrome directory CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=zelidrag@chromium.org (chromeos) TBR=keybuk@chromium.org (device/bluetooth) Review URL: https://codereview.chromium.org/1162943002 Cr-Commit-Position: refs/heads/master@{#332626}
Diffstat (limited to 'chromeos/dbus/nfc_record_client.cc')
-rw-r--r--chromeos/dbus/nfc_record_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/nfc_record_client.cc b/chromeos/dbus/nfc_record_client.cc
index 5bd7a76..f462d69 100644
--- a/chromeos/dbus/nfc_record_client.cc
+++ b/chromeos/dbus/nfc_record_client.cc
@@ -244,7 +244,7 @@ class NfcRecordClientImpl : public NfcRecordClient,
dbus::Bus* bus_;
// List of observers interested in event notifications.
- ObserverList<NfcRecordClient::Observer> observers_;
+ base::ObserverList<NfcRecordClient::Observer> observers_;
// Mapping from object paths to object proxies and properties structures that
// were already created by us. Record objects belong to either Tag or Device