summaryrefslogtreecommitdiffstats
path: root/ash/high_contrast/high_contrast_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/high_contrast/high_contrast_controller.h')
-rw-r--r--ash/high_contrast/high_contrast_controller.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/high_contrast/high_contrast_controller.h b/ash/high_contrast/high_contrast_controller.h
index e42e46c..2afd60b 100644
--- a/ash/high_contrast/high_contrast_controller.h
+++ b/ash/high_contrast/high_contrast_controller.h
@@ -10,7 +10,6 @@
namespace aura {
class RootWindow;
-class Window;
}
namespace ash {
@@ -29,7 +28,7 @@ class ASH_EXPORT HighContrastController {
private:
// Update high contrast mode on the passed display.
- void UpdateDisplay(aura::Window* root_window);
+ void UpdateDisplay(aura::RootWindow* root_window);
// Indicates if the high contrast mode is enabled or disabled.
bool enabled_;