Index: ash/wm/screen_dimmer.cc |
diff --git a/ash/wm/screen_dimmer.cc b/ash/wm/screen_dimmer.cc |
index 559faaf0d1654c5354adf4553d0ec80bcbd69e92..709174e7a71a0537ab5319a7b17077fb35063381 100644 |
--- a/ash/wm/screen_dimmer.cc |
+++ b/ash/wm/screen_dimmer.cc |
@@ -84,7 +84,7 @@ aura::Window* ScreenDimmer::FindContainer(int container_id) { |
: primary->GetChildById(container_id); |
} |
-void ScreenDimmer::OnRootWindowAdded(aura::Window* root_window) { |
+void ScreenDimmer::OnRootWindowAdded(WmWindow* root_window) { |
Update(is_dimming_); |
} |