| Index: ash/display/screen_orientation_controller_chromeos.cc
|
| diff --git a/ash/display/screen_orientation_controller_chromeos.cc b/ash/display/screen_orientation_controller_chromeos.cc
|
| index ab61ea36c214e81c4c2fb4a8dbb727162724ca6a..5c11a35fd2b568fdae6cf75c3265344281b0456c 100644
|
| --- a/ash/display/screen_orientation_controller_chromeos.cc
|
| +++ b/ash/display/screen_orientation_controller_chromeos.cc
|
| @@ -113,7 +113,7 @@ void ScreenOrientationController::UnlockOrientationForWindow(
|
| }
|
|
|
| bool ScreenOrientationController::ScreenOrientationProviderSupported() const {
|
| - return Shell::GetInstance()
|
| + return WmShell::Get()
|
| ->maximize_mode_controller()
|
| ->IsMaximizeModeWindowManagerEnabled() &&
|
| !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|