| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| index f20d0993fa9c77fda87657e9e285bac74e690031..d6bffcdd19917853d75e8643e8ff8159873f1ab3 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| @@ -264,7 +264,7 @@ ArcAppWindowLauncherController::~ArcAppWindowLauncherController() {
|
| if (observed_profile_)
|
| StopObserving(observed_profile_);
|
| if (observing_shell_)
|
| - ash::WmShell::Get()->RemoveShellObserver(this);
|
| + ash::Shell::GetInstance()->RemoveShellObserver(this);
|
| }
|
|
|
| // static
|
| @@ -398,7 +398,7 @@ void ArcAppWindowLauncherController::AttachControllerToWindowIfNeeded(
|
| // the layout switch information.
|
| if (!observing_shell_) {
|
| observing_shell_ = true;
|
| - ash::WmShell::Get()->AddShellObserver(this);
|
| + ash::Shell::GetInstance()->AddShellObserver(this);
|
| }
|
|
|
| // Check if we have controller for this task.
|
|
|