| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 6e8afd5ef4a21f151d20d20211c51f7929ce7739..29a5d3d8a82d95bc9a0506b0fe162f2de701be3e 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -192,9 +192,9 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
|
| AddTrayItem(new TrayAudioChromeOs(this));
|
| AddTrayItem(new TrayBrightness(this));
|
| AddTrayItem(new TrayCapsLock(this));
|
| + AddTrayItem(new TrayRotationLock(this));
|
| AddTrayItem(new TraySettings(this));
|
| AddTrayItem(new TrayUpdate(this));
|
| - AddTrayItem(new TrayRotationLock(this));
|
| AddTrayItem(tray_date_);
|
| #elif defined(OS_WIN)
|
| AddTrayItem(tray_accessibility_);
|
|
|