Index: chrome/installer/util/shell_util.cc |
diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc |
index 0f251669d73d753f5f32d7261f40cb7d76ec2689..f96036f24265d0442d7f73354da129933f2d0d3f 100644 |
--- a/chrome/installer/util/shell_util.cc |
+++ b/chrome/installer/util/shell_util.cc |
@@ -1101,7 +1101,7 @@ base::string16 ExtractShortcutNameFromProperties( |
dist->GetShortcutName(BrowserDistribution::SHORTCUT_CHROME); |
} |
- if (!EndsWith(shortcut_name, installer::kLnkExt, false)) |
+ if (!base::EndsWith(shortcut_name, installer::kLnkExt, false)) |
shortcut_name.append(installer::kLnkExt); |
return shortcut_name; |