Index: chromeos/audio/cras_audio_handler.h |
diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h |
index 39e4ac841f6f3acf5a442d2972725c8b4f8c4cf8..c2e37e8412f4d6d3ece240ff777bfc7f2ee27c67 100644 |
--- a/chromeos/audio/cras_audio_handler.h |
+++ b/chromeos/audio/cras_audio_handler.h |
@@ -291,7 +291,7 @@ class CHROMEOS_EXPORT CrasAudioHandler : public CrasAudioClient::Observer, |
// The new discovered nodes are returned in |new_discovered|. |
bool HasDeviceChange(const AudioNodeList& new_nodes, |
bool is_input, |
- AudioNodeList* new_discovered); |
+ AudioDevicePriorityQueue* new_discovered); |
// Handles dbus callback for GetNodes. |
void HandleGetNodes(const chromeos::AudioNodeList& node_list, bool success); |