| Index: ash/high_contrast/high_contrast_controller.h
|
| diff --git a/ash/high_contrast/high_contrast_controller.h b/ash/high_contrast/high_contrast_controller.h
|
| index 7dd067542606e5242ad29e2adb508417f8d39395..ddf1e73c14298f619213728463c6a6227bfbebb3 100644
|
| --- a/ash/high_contrast/high_contrast_controller.h
|
| +++ b/ash/high_contrast/high_contrast_controller.h
|
| @@ -24,7 +24,7 @@ class ASH_EXPORT HighContrastController : public ShellObserver {
|
| void SetEnabled(bool enabled);
|
|
|
| // ShellObserver:
|
| - void OnRootWindowAdded(WmWindow* root_window) override;
|
| + void OnRootWindowAdded(aura::Window* root_window) override;
|
|
|
| private:
|
| // Update high contrast mode on the passed display.
|
|
|