From 236d317f450601fbb56756b0b5ca802659a045f6 Mon Sep 17 00:00:00 2001 From: brettw Date: Wed, 3 Jun 2015 09:31:43 -0700 Subject: 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} --- chromeos/dbus/nfc_record_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromeos/dbus/nfc_record_client.cc') 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 observers_; + base::ObserverList 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 -- cgit v1.1