Index: ash/common/system/audio/tray_audio.cc |
diff --git a/ash/common/system/audio/tray_audio.cc b/ash/common/system/audio/tray_audio.cc |
index 6653582d8aea20d6fbaac8803a63335686c40c03..8ff0987aadc01be209d8ef02a09d83a1fd738b8a 100644 |
--- a/ash/common/system/audio/tray_audio.cc |
+++ b/ash/common/system/audio/tray_audio.cc |
@@ -42,7 +42,7 @@ namespace ash { |
TrayAudio::TrayAudio(SystemTray* system_tray, |
std::unique_ptr<system::TrayAudioDelegate> audio_delegate) |
- : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_VOLUME_MUTE), |
+ : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_VOLUME_MUTE, UMA_AUDIO), |
audio_delegate_(std::move(audio_delegate)), |
volume_view_(NULL), |
pop_up_volume_view_(false) { |