Index: chromeos/audio/cras_audio_handler.h |
diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h |
index a12e5ae4562a72f12dc03681eaac43de2007b3ab..d51b5d2e09b43af1014bfb06e39ec6e9b086e6c3 100644 |
--- a/chromeos/audio/cras_audio_handler.h |
+++ b/chromeos/audio/cras_audio_handler.h |
@@ -289,7 +289,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); |