| Index: chromeos/audio/cras_audio_handler.cc
|
| diff --git a/chromeos/audio/cras_audio_handler.cc b/chromeos/audio/cras_audio_handler.cc
|
| index 72e875bc46288fd697a693628f44a2ca5ea5a8a8..6f34b66fa6193225d9973d0ecbc3aaede5d8c556 100644
|
| --- a/chromeos/audio/cras_audio_handler.cc
|
| +++ b/chromeos/audio/cras_audio_handler.cc
|
| @@ -50,7 +50,7 @@ bool IsSameAudioDevice(const AudioDevice& a, const AudioDevice& b) {
|
|
|
| bool IsDeviceInList(const AudioDevice& device, const AudioNodeList& node_list) {
|
| for (const AudioNode& node : node_list) {
|
| - if (device.stable_device_id == node.stable_device_id)
|
| + if (device.stable_device_id == node.StableDeviceId())
|
| return true;
|
| }
|
| return false;
|
|
|