Index: chrome/installer/util/shell_util.h |
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h |
index 27e51e4c326dfbfd830becbd6b7b05aeea49f9ca..787e60532a3dbe5005fd7fec78e77f5c2b0700d3 100644 |
--- a/chrome/installer/util/shell_util.h |
+++ b/chrome/installer/util/shell_util.h |
@@ -92,9 +92,8 @@ class ShellUtil { |
PROPERTIES_DUAL_MODE = 1 << 6, |
}; |
- explicit ShortcutProperties(ShellChange level_in) |
- : level(level_in), icon_index(0), dual_mode(false), |
- pin_to_taskbar(false), options(0U) {} |
+ explicit ShortcutProperties(ShellChange level_in); |
+ ~ShortcutProperties(); |
// Sets the target executable to launch from this shortcut. |
// This is mandatory when creating a shortcut. |