| Index: ash/wm/app_list_controller.cc
|
| diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
|
| index 68af3518b9c40e6edb71dd4ec0a520ba575f283e..df3f724e606fe05978010a9bf17b03b2246411e4 100644
|
| --- a/ash/wm/app_list_controller.cc
|
| +++ b/ash/wm/app_list_controller.cc
|
| @@ -375,9 +375,9 @@ void AppListController::OnShelfAlignmentChanged(aura::Window* root_window) {
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// AppListController, LauncherIconObserver implementation:
|
| +// AppListController, ShelfIconObserver implementation:
|
|
|
| -void AppListController::OnLauncherIconPositionsChanged() {
|
| +void AppListController::OnShelfIconPositionsChanged() {
|
| UpdateBounds();
|
| }
|
|
|
|
|