Index: chrome/installer/util/shell_util.h |
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h |
index 90e0125f0090cb19c0a9976db9d2662b47856eb1..f78532c4ea4b535743e658a142ef5956c48a3200 100644 |
--- a/chrome/installer/util/shell_util.h |
+++ b/chrome/installer/util/shell_util.h |
@@ -143,7 +143,7 @@ class ShellUtil { |
} |
// Forces the shortcut's name to |shortcut_name_in|. |
- // Default: the current distribution's GetShortcutName(SHORTCUT_CHROME). |
+ // Default: the current distribution's GetShortcutName(). |
// The ".lnk" extension will automatically be added to this name. |
void set_shortcut_name(const base::string16& shortcut_name_in) { |
shortcut_name = shortcut_name_in; |