| Index: chrome/browser/ui/app_list/app_list_service_mac.mm
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| index cc55aef1ee0ec844433f287f3f159071ae89d90d..bdec438f32e552ff0b97455bf1806f84089d34fb 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| @@ -79,7 +79,7 @@ class ImageSkia;
|
| namespace {
|
|
|
| // Version of the app list shortcut version installed.
|
| -const int kShortcutVersion = 1;
|
| +const int kShortcutVersion = 2;
|
|
|
| // Duration of show and hide animations.
|
| const NSTimeInterval kAnimationDuration = 0.2;
|
|
|