Index: ash/common/system/chromeos/settings/tray_settings.cc |
diff --git a/ash/common/system/chromeos/settings/tray_settings.cc b/ash/common/system/chromeos/settings/tray_settings.cc |
index d7bcfdfed55d0eb31982a31cf3404953ade8d91b..f3ac9fe731a9eecf6927ff9f06eb4e7b5a7837fa 100644 |
--- a/ash/common/system/chromeos/settings/tray_settings.cc |
+++ b/ash/common/system/chromeos/settings/tray_settings.cc |
@@ -10,6 +10,7 @@ |
#include "ash/common/system/chromeos/power/power_status_view.h" |
#include "ash/common/system/tray/actionable_view.h" |
#include "ash/common/system/tray/fixed_sized_image_view.h" |
+#include "ash/common/system/tray/system_tray_controller.h" |
#include "ash/common/system/tray/system_tray_delegate.h" |
#include "ash/common/system/tray/tray_constants.h" |
#include "ash/common/wm_shell.h" |
@@ -88,7 +89,7 @@ class SettingsDefaultView : public ActionableView, |
return false; |
} |
- WmShell::Get()->system_tray_delegate()->ShowSettings(); |
+ WmShell::Get()->system_tray_controller()->ShowSettings(); |
CloseSystemBubble(); |
return true; |
} |