Index: chrome/common/extensions/chrome_extensions_client.cc |
diff --git a/chrome/common/extensions/chrome_extensions_client.cc b/chrome/common/extensions/chrome_extensions_client.cc |
index 1b07deb50d3d4c10408898b1c94e4e61dd25685e..73f89c52bb3e468d70469082748509226603b3c4 100644 |
--- a/chrome/common/extensions/chrome_extensions_client.cc |
+++ b/chrome/common/extensions/chrome_extensions_client.cc |
@@ -347,7 +347,7 @@ std::string ChromeExtensionsClient::GetWebstoreBaseURL() const { |
gallery_prefix = |
base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
switches::kAppsGalleryURL); |
- if (EndsWith(gallery_prefix, "/", true)) |
+ if (base::EndsWith(gallery_prefix, "/", true)) |
gallery_prefix = gallery_prefix.substr(0, gallery_prefix.length() - 1); |
return gallery_prefix; |
} |