| Index: chromeos/dbus/fake_bluetooth_device_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_device_client.h b/chromeos/dbus/fake_bluetooth_device_client.h
|
| index 71c42e2991fd96a99a7fa2b378b3d0809198152c..a9e6c19bec8ea6c3118adff30b262e7bcc0e80a7 100644
|
| --- a/chromeos/dbus/fake_bluetooth_device_client.h
|
| +++ b/chromeos/dbus/fake_bluetooth_device_client.h
|
| @@ -244,7 +244,7 @@ class CHROMEOS_EXPORT FakeBluetoothDeviceClient
|
| BluetoothProfileServiceProvider::Delegate::Status status);
|
|
|
| // List of observers interested in event notifications from us.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // Static properties we return.
|
| typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
|
|
|