Index: ash/system/chromeos/rotation/tray_rotation_lock.cc |
diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.cc b/ash/system/chromeos/rotation/tray_rotation_lock.cc |
index ffc129006a7b7f9140df4e888882d1dfe5b09e41..0a44b74a7f70da5c5e286d0d7deca734f920d569 100644 |
--- a/ash/system/chromeos/rotation/tray_rotation_lock.cc |
+++ b/ash/system/chromeos/rotation/tray_rotation_lock.cc |
@@ -105,7 +105,9 @@ void RotationLockDefaultView::UpdateImage() { |
} // namespace tray |
TrayRotationLock::TrayRotationLock(SystemTray* system_tray) |
- : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_AUTO_ROTATION_LOCKED), |
+ : TrayImageItem(system_tray, |
+ IDR_AURA_UBER_TRAY_AUTO_ROTATION_LOCKED, |
+ UMA_ROTATION_LOCK), |
observing_rotation_(false), |
observing_shell_(true) { |
WmShell::Get()->AddShellObserver(this); |