| Index: ash/common/system/update/tray_update.cc
|
| diff --git a/ash/common/system/update/tray_update.cc b/ash/common/system/update/tray_update.cc
|
| index 54b7d7014135f16e7bfbf83162e6fbbd40cec12c..44e4459d0cd8a9d63b72f4197c4f7e4402d213c5 100644
|
| --- a/ash/common/system/update/tray_update.cc
|
| +++ b/ash/common/system/update/tray_update.cc
|
| @@ -15,6 +15,7 @@
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/public/interfaces/update.mojom.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| +#include "ash/shell.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/color_palette.h"
|
| @@ -96,7 +97,7 @@ class TrayUpdate::UpdateView : public ActionableView {
|
| private:
|
| // Overridden from ActionableView.
|
| bool PerformAction(const ui::Event& event) override {
|
| - WmShell::Get()->system_tray_controller()->RequestRestartForUpdate();
|
| + Shell::Get()->system_tray_controller()->RequestRestartForUpdate();
|
| WmShell::Get()->RecordUserMetricsAction(
|
| UMA_STATUS_AREA_OS_UPDATE_DEFAULT_SELECTED);
|
| CloseSystemBubble();
|
|
|