Index: ash/wm/app_list_controller.h |
diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h |
index 911137020e5be2c95c33001ea48774153173def1..f396052343d26de40b4a54823eca18c67db979ac 100644 |
--- a/ash/wm/app_list_controller.h |
+++ b/ash/wm/app_list_controller.h |
@@ -95,7 +95,7 @@ class AppListController : public ui::EventHandler, |
virtual void OnWidgetClosing(views::Widget* widget) OVERRIDE; |
// ShellObserver overrides: |
- virtual void OnShelfAlignmentChanged() OVERRIDE; |
+ virtual void OnShelfAlignmentChanged(aura::RootWindow* root_window) OVERRIDE; |
// LauncherIconObserver overrides: |
virtual void OnLauncherIconPositionsChanged() OVERRIDE; |