diff options
Diffstat (limited to 'ash/system/chromeos/tray_display.cc')
-rw-r--r-- | ash/system/chromeos/tray_display.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc index ea0edf2..51c1f33 100644 --- a/ash/system/chromeos/tray_display.cc +++ b/ash/system/chromeos/tray_display.cc @@ -102,7 +102,7 @@ class DisplayView : public ash::internal::ActionableView { if (login_status_ == ash::user::LOGGED_IN_USER || login_status_ == ash::user::LOGGED_IN_OWNER || login_status_ == ash::user::LOGGED_IN_GUEST) { - ash::Shell::GetInstance()->tray_delegate()->ShowDisplaySettings(); + ash::Shell::GetInstance()->system_tray_delegate()->ShowDisplaySettings(); } return true; |