| Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| index 7faf3013c7d6d6b30fc5837b2217b1a05c97dcf3..769900b41f3a07246d1bfd4f07644fae4fcf363e 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| @@ -342,7 +342,7 @@ bool AppShortcutLauncherItemController::AdvanceToNextApp() {
|
| // If there is only a single item available, we animate it upon key
|
| // action.
|
| AnimateWindow(browser->window()->GetNativeWindow(),
|
| - views::corewm::WINDOW_ANIMATION_TYPE_BOUNCE);
|
| + wm::WINDOW_ANIMATION_TYPE_BOUNCE);
|
| } else {
|
| int index = (static_cast<int>(i - items.begin()) + 1) % items.size();
|
| ActivateContent(items[index]);
|
|
|