Index: ash/system/audio/tray_audio.h |
diff --git a/ash/system/audio/tray_audio.h b/ash/system/audio/tray_audio.h |
index d9ddf83fbb17504970ca15b3a87be2d7490db0f0..a53108ec552adfbc1d3d2657f78d2681176318d2 100644 |
--- a/ash/system/audio/tray_audio.h |
+++ b/ash/system/audio/tray_audio.h |
@@ -53,7 +53,7 @@ class TrayAudio : public TrayImageItem, |
bool ShouldShowShelf() const override; |
// Overridden from AudioObserver. |
- void OnOutputVolumeChanged() override; |
+ void OnOutputNodeVolumeChanged(uint64 node_id, double volume) override; |
void OnOutputMuteChanged() override; |
void OnAudioNodesChanged() override; |
void OnActiveOutputNodeChanged() override; |