Index: chrome/browser/apps/shortcut_manager.cc |
diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc |
index d2a010e7303c32aaf95a22e644503ac509205c6c..d34f51cef799611b273fe2dc222501cb322e4a47 100644 |
--- a/chrome/browser/apps/shortcut_manager.cc |
+++ b/chrome/browser/apps/shortcut_manager.cc |
@@ -36,7 +36,7 @@ namespace { |
// need to be recreated. This might happen when we change various aspects of app |
// shortcuts like command-line flags or associated icons, binaries, etc. |
#if defined(OS_MACOSX) |
-const int kCurrentAppShortcutsVersion = 1; |
+const int kCurrentAppShortcutsVersion = 2; |
#else |
const int kCurrentAppShortcutsVersion = 0; |
#endif |