summaryrefslogtreecommitdiffstats
path: root/chrome/browser/web_applications/web_app_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/web_applications/web_app_mac.mm')
-rw-r--r--chrome/browser/web_applications/web_app_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/web_applications/web_app_mac.mm b/chrome/browser/web_applications/web_app_mac.mm
index f5c8e8d..d6f47a6 100644
--- a/chrome/browser/web_applications/web_app_mac.mm
+++ b/chrome/browser/web_applications/web_app_mac.mm
@@ -183,7 +183,7 @@ bool HasExistingExtensionShim(const base::FilePath& destination_directory,
for (base::FilePath shim_path = enumerator.Next();
!shim_path.empty(); shim_path = enumerator.Next()) {
if (shim_path.BaseName() != own_basename &&
- EndsWith(shim_path.RemoveExtension().value(),
+ base::EndsWith(shim_path.RemoveExtension().value(),
extension_id,
true /* case_sensitive */)) {
return true;