| Index: chrome/browser/ui/ash/ash_init.cc
|
| diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
|
| index 241bfc6ff6f96914749fde17cc3ea88c61414479..aaff025fb97aba8f6957ec5e19fb0837d3d03fe8 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -84,12 +84,12 @@ void OpenAsh() {
|
| ash::Shell::GetInstance()->high_contrast_controller()->SetEnabled(
|
| chromeos::accessibility::IsHighContrastEnabled());
|
|
|
| - chromeos::accessibility::ScreenMagnifierType magnifier_type =
|
| + ash::ScreenMagnifierType magnifier_type =
|
| chromeos::accessibility::GetScreenMagnifierType();
|
| ash::Shell::GetInstance()->magnification_controller()->SetEnabled(
|
| - magnifier_type == chromeos::accessibility::MAGNIFIER_FULL);
|
| + magnifier_type == ash::MAGNIFIER_FULL);
|
| ash::Shell::GetInstance()->partial_magnification_controller()->SetEnabled(
|
| - magnifier_type == chromeos::accessibility::MAGNIFIER_PARTIAL);
|
| + magnifier_type == ash::MAGNIFIER_PARTIAL);
|
|
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableZeroBrowsersOpenForTests)) {
|
|
|