Chromium Code Reviews| Index: chromeos/dbus/fake_bluetooth_media_client.h |
| diff --git a/chromeos/dbus/fake_bluetooth_media_client.h b/chromeos/dbus/fake_bluetooth_media_client.h |
| index b355c65442e7adf136371b32155519ab4e42fd45..3a39bb25fdb973c9f6fb7db7f562ac47fffd778a 100644 |
| --- a/chromeos/dbus/fake_bluetooth_media_client.h |
| +++ b/chromeos/dbus/fake_bluetooth_media_client.h |
| @@ -38,6 +38,8 @@ class CHROMEOS_EXPORT FakeBluetoothMediaClient : public BluetoothMediaClient { |
| // List of observers interested in event notifications from us. |
| ObserverList<BluetoothMediaClient::Observer> observers_; |
|
armansito
2015/01/27 04:38:05
nit: Add a comment explaining what this member doe
Miao
2015/01/28 02:05:01
Removed.
|
| + dbus::ObjectPath media_path_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaClient); |
| }; |