Index: chrome/installer/setup/install_unittest.cc |
diff --git a/chrome/installer/setup/install_unittest.cc b/chrome/installer/setup/install_unittest.cc |
index ac5312737cab65c8ee52a84a0429a678f232c0c3..ba42900fd76916e2b8aa2c3351b3565deb4ff8f5 100644 |
--- a/chrome/installer/setup/install_unittest.cc |
+++ b/chrome/installer/setup/install_unittest.cc |
@@ -137,9 +137,7 @@ class InstallShortcutTest : public testing::Test { |
new base::ScopedPathOverride(base::DIR_COMMON_START_MENU, |
fake_common_start_menu_.path())); |
- base::string16 shortcut_name( |
- dist_->GetShortcutName(BrowserDistribution::SHORTCUT_CHROME) + |
- installer::kLnkExt); |
+ base::string16 shortcut_name(dist_->GetShortcutName() + installer::kLnkExt); |
user_desktop_shortcut_ = |
fake_user_desktop_.path().Append(shortcut_name); |