Index: chrome/browser/apps/shortcut_manager.cc |
diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc |
index 552fb348cadd0987f0d07f09fb6da6aa9132308b..d45d246213c10ef6a9fb031b0c505d9d3e2f3678 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 |