| 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 1d21455d03144547cd197229bb60447f3be8b06d..f836b38ab3a8aac7c7479a4cb8536b093424cc9d 100644
|
| --- a/ash/display/screen_orientation_controller_chromeos.cc
|
| +++ b/ash/display/screen_orientation_controller_chromeos.cc
|
| @@ -120,7 +120,7 @@ void ScreenOrientationController::UnlockAll() {
|
| }
|
|
|
| bool ScreenOrientationController::ScreenOrientationProviderSupported() const {
|
| - return WmShell::Get()
|
| + return Shell::Get()
|
| ->maximize_mode_controller()
|
| ->IsMaximizeModeWindowManagerEnabled() &&
|
| !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|