| Index: chrome/browser/chromeos/accessibility/magnification_manager.h
|
| diff --git a/chrome/browser/chromeos/accessibility/magnification_manager.h b/chrome/browser/chromeos/accessibility/magnification_manager.h
|
| index 2b39a077b5e766c78afb2c6a96266b7aa754c3db..29529b5b647fbbbb7b78f21e0df909204022bf8c 100644
|
| --- a/chrome/browser/chromeos/accessibility/magnification_manager.h
|
| +++ b/chrome/browser/chromeos/accessibility/magnification_manager.h
|
| @@ -29,9 +29,9 @@ class MagnificationManager {
|
| virtual ~MagnificationManager() {}
|
|
|
| // Returns the current type of the screen magnifier.
|
| - virtual accessibility::ScreenMagnifierType GetScreenMagnifierType() = 0;
|
| + virtual ash::MagnifierType GetMagnifierType() = 0;
|
| // Changes the type of the screen magnifier.
|
| - virtual void SetScreenMagnifier(accessibility::ScreenMagnifierType type) = 0;
|
| + virtual void SetMagnifier(ash::MagnifierType type) = 0;
|
| };
|
|
|
| } // namespace chromeos
|
|
|