Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / accessibility / magnification_manager.h
index 9fe371f..0defb89 100644 (file)
@@ -37,13 +37,13 @@ class MagnificationManager {
   virtual bool IsMagnifierEnabled() const = 0;
 
   // Returns the current type of the screen magnifier.
-  virtual ash::MagnifierType GetMagnifierType() const = 0;
+  virtual ui::MagnifierType GetMagnifierType() const = 0;
 
   // Enables the screen magnifier.
   virtual void SetMagnifierEnabled(bool enabled) = 0;
 
   // Changes the type of the screen magnifier.
-  virtual void SetMagnifierType(ash::MagnifierType type) = 0;
+  virtual void SetMagnifierType(ui::MagnifierType type) = 0;
 
   // Saves the magnifier scale to the pref.
   virtual void SaveScreenMagnifierScale(double scale) = 0;